#D4E06C

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

Shades of Mindaro #D4E06C

Tints of Mindaro #D4E06C

Color information

#D4E06C (or 0xD4E06C) is unknown color: approx Mindaro. HEX triplet: D4, E0 and 6C. RGB value is (212,224,108). Sum of RGB (Red+Green+Blue) = 212+224+108=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E06C is #2B1F93. Grayscale: #CFCFCF. Windows color (decimal): -2826132 or 7135444. OLE color: 7135444.

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

Color convert

RGB212224108-
CMYK0.0500.520.12
HSL66.21º65.17%65.1%-
HSV(B)66.21º51.79%87.84%-
XYZ56.5168.3924.41-
YUV207.1972.02131.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.97%
GREEN value IS 224 (87.89% from 255) = 41.18%
BLUE value IS 108 (42.58% from 255) = 19.85%
R=38.97%
G=41.18%
B=19.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122241080.0500.520.1266.2165.1765.1
HexD4E06C5034C424141
Octal324340154506414102101101
Binary1101010011100000110110010101101001100100001010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E06C; }

 p { color: rgb(212,224,108); }

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

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

 a { background-color: rgb(212,224,108); }

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

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

 span { border-color: rgb(212,224,108); }

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