#D5E37E

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

Shades of Mindaro #D5E37E

Tints of Mindaro #D5E37E

Color information

#D5E37E (or 0xD5E37E) is unknown color: approx Mindaro. HEX triplet: D5, E3 and 7E. RGB value is (213,227,126). Sum of RGB (Red+Green+Blue) = 213+227+126=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E37E is #2A1C81. Grayscale: #D3D3D3. Windows color (decimal): -2759810 or 8315861. OLE color: 8315861.

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

Color convert

RGB213227126-
CMYK0.0600.440.11
HSL68.32º64.33%69.22%-
HSV(B)68.32º44.49%89.02%-
XYZ58.6870.5930.27-
YUV211.379.86129.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.63%
GREEN value IS 227 (89.06% from 255) = 40.11%
BLUE value IS 126 (49.61% from 255) = 22.26%
R=37.63%
G=40.11%
B=22.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2132271260.0600.440.1168.3264.3369.22
HexD5E37E602CB444045
Octal325343176605413104100105
Binary1101010111100011111111011001011001011100010010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E37E; }

 p { color: rgb(213,227,126); }

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

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

 a { background-color: rgb(213,227,126); }

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

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

 span { border-color: rgb(213,227,126); }

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