#D5E37D

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

Shades of Mindaro #D5E37D

Tints of Mindaro #D5E37D

Color information

#D5E37D (or 0xD5E37D) is unknown color: approx Mindaro. HEX triplet: D5, E3 and 7D. RGB value is (213,227,125). Sum of RGB (Red+Green+Blue) = 213+227+125=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E37D is #2A1C82. Grayscale: #D3D3D3. Windows color (decimal): -2759811 or 8250325. OLE color: 8250325.

HSL color Cylindrical-coordinate representation of color #D5E37D: hue angle of 68.24º 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 #D5E37D is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB213227125-
CMYK0.0600.450.11
HSL68.24º64.56%69.02%-
HSV(B)68.24º44.93%89.02%-
XYZ58.6170.5629.93-
YUV211.1979.36129.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 227 (89.06% from 255) = 40.18%
BLUE value IS 125 (49.22% from 255) = 22.12%
R=37.70%
G=40.18%
B=22.12%

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
Decimal2132271250.0600.450.1168.2464.5669.02
HexD5E37D602DB444145
Octal325343175605513104101105
Binary1101010111100011111110111001011011011100010010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E37D; }

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

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

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

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

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

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

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

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