#D6E37D

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

Shades of Mindaro #D6E37D

Tints of Mindaro #D6E37D

Color information

#D6E37D (or 0xD6E37D) is unknown color: approx Mindaro. HEX triplet: D6, E3 and 7D. RGB value is (214,227,125). Sum of RGB (Red+Green+Blue) = 214+227+125=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E37D is #291C82. Grayscale: #D3D3D3. Windows color (decimal): -2694275 or 8250326. OLE color: 8250326.

HSL color Cylindrical-coordinate representation of color #D6E37D: hue angle of 67.65º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6E37D is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB214227125-
CMYK0.0600.450.11
HSL67.65º64.56%69.02%-
HSV(B)67.65º44.93%89.02%-
XYZ58.970.7129.95-
YUV211.4879.19129.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 227 (89.06% from 255) = 40.11%
BLUE value IS 125 (49.22% from 255) = 22.08%
R=37.81%
G=40.11%
B=22.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142271250.0600.450.1167.6564.5669.02
HexD6E37D602DB444145
Octal326343175605513104101105
Binary1101011011100011111110111001011011011100010010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E37D; }

 p { color: rgb(214,227,125); }

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

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

 a { background-color: rgb(214,227,125); }

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

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

 span { border-color: rgb(214,227,125); }

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