#d5e17b

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

Shades of Mindaro #D5E17B

Tints of Mindaro #D5E17B

Color information

#D5E17B (or 0xD5E17B) is unknown color: approx Mindaro. HEX triplet: D5, E1 and 7B. RGB value is (213,225,123). Sum of RGB (Red+Green+Blue) = 213+225+123=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E17B is #2A1E84. Grayscale: #D2D2D2. Windows color (decimal): -2760325 or 8118741. OLE color: 8118741.

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

Color convert

RGB213225123-
CMYK0.0500.450.12
HSL67.06º62.96%68.24%-
HSV(B)67.06º45.33%88.24%-
XYZ57.9469.4329.09-
YUV209.7879.02130.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 225 (88.28% from 255) = 40.11%
BLUE value IS 123 (48.44% from 255) = 21.93%
R=37.97%
G=40.11%
B=21.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132251230.0500.450.1267.0662.9668.24
HexD5E17B502DC433f44
Octal32534117350551410377104
Binary110101011110000111110111010101101110010000111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5e17b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5e17b; }

 p { color: rgb(213,225,123); }

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

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

 a { background-color: rgb(213,225,123); }

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

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

 span { border-color: rgb(213,225,123); }

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