#D4EF60

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

Shades of Mindaro #D4EF60

Tints of Mindaro #D4EF60

Color information

#D4EF60 (or 0xD4EF60) is unknown color: approx Mindaro. HEX triplet: D4, EF and 60. RGB value is (212,239,96). Sum of RGB (Red+Green+Blue) = 212+239+96=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 96 (37.89% from 255 or 17.55% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EF60 is #2B109F. Grayscale: #D7D7D7. Windows color (decimal): -2822304 or 6352852. OLE color: 6352852.

HSL color Cylindrical-coordinate representation of color #D4EF60: hue angle of 71.33º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4EF60 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB21223996-
CMYK0.1100.600.06
HSL71.33º81.71%65.69%-
HSV(B)71.33º59.83%93.73%-
XYZ60.1376.5722.68-
YUV214.6261.05126.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 239 (93.75% from 255) = 43.69%
BLUE value IS 96 (37.89% from 255) = 17.55%
R=38.76%
G=43.69%
B=17.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal212239960.1100.600.0671.3381.7165.69
HexD4EF60B03C6475242
Octal324357140130746107122102
Binary1101010011101111110000010110111100110100011110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EF60; }

 p { color: rgb(212,239,96); }

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

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

 a { background-color: rgb(212,239,96); }

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

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

 span { border-color: rgb(212,239,96); }

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