#D4E168

Color #D4E168 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #D4E168

Tints of Mindaro #D4E168

Color information

#D4E168 (or 0xD4E168) is unknown color: approx Mindaro. HEX triplet: D4, E1 and 68. RGB value is (212,225,104). Sum of RGB (Red+Green+Blue) = 212+225+104=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E168 is #2B1E97. Grayscale: #CFCFCF. Windows color (decimal): -2825880 or 6873556. OLE color: 6873556.

HSL color Cylindrical-coordinate representation of color #D4E168: hue angle of 66.45º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4E168 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB212225104-
CMYK0.0600.540.12
HSL66.45º66.85%64.51%-
HSV(B)66.45º53.78%88.24%-
XYZ56.5868.8523.4-
YUV207.3269.69131.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 39.19%
GREEN value IS 225 (88.28% from 255) = 41.59%
BLUE value IS 104 (41.02% from 255) = 19.22%
R=39.19%
G=41.59%
B=19.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122251040.0600.540.1266.4566.8564.51
HexD4E1686036C424341
Octal324341150606614102103101
Binary1101010011100001110100011001101101100100001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E168; }

 p { color: rgb(212,225,104); }

 H1.HeaderClassName
 {
   color: #D4E168;
 }
 .AnyTagClassName
 {
   color: #D4E168;
 }
</style>
background-color css

<style>
 a { background-color: #D4E168; }

 a { background-color: rgb(212,225,104); }

 div.DivClassName
 {
   background-color: #D4E168;
 }
 .BgClassName
 {
   background-color: #D4E168;
 }
</style>
border-color css

<style>
 span { border-color: #D4E168; }

 span { border-color: rgb(212,225,104); }

 td.TdClassName
 {
   border-color: #D4E168;
 }
 .TagClassName
 {
   border-color: #D4E168;
 }
</style>