#D4EA66

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

Shades of Mindaro #D4EA66

Tints of Mindaro #D4EA66

Color information

#D4EA66 (or 0xD4EA66) is unknown color: approx Mindaro. HEX triplet: D4, EA and 66. RGB value is (212,234,102). Sum of RGB (Red+Green+Blue) = 212+234+102=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EA66 is #2B1599. Grayscale: #D4D4D4. Windows color (decimal): -2823578 or 6744788. OLE color: 6744788.

HSL color Cylindrical-coordinate representation of color #D4EA66: hue angle of 70º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4EA66 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB212234102-
CMYK0.0900.560.08
HSL70º75.86%65.88%-
HSV(B)70º56.41%91.76%-
XYZ58.9773.823.71-
YUV212.3765.71127.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 234 (91.80% from 255) = 42.70%
BLUE value IS 102 (40.23% from 255) = 18.61%
R=38.69%
G=42.70%
B=18.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122341020.0900.560.087075.8665.88
HexD4EA6690388464c42
Octal3243521461107010106114102
Binary11010100111010101100110100101110001000100011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EA66; }

 p { color: rgb(212,234,102); }

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

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

 a { background-color: rgb(212,234,102); }

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

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

 span { border-color: rgb(212,234,102); }

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