#D5E55E

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

Shades of Mindaro #D5E55E

Tints of Mindaro #D5E55E

Color information

#D5E55E (or 0xD5E55E) is unknown color: approx Mindaro. HEX triplet: D5, E5 and 5E. RGB value is (213,229,94). Sum of RGB (Red+Green+Blue) = 213+229+94=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E55E is #2A1AA1. Grayscale: #D1D1D1. Windows color (decimal): -2759330 or 6219221. OLE color: 6219221.

HSL color Cylindrical-coordinate representation of color #D5E55E: hue angle of 67.11º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5E55E is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB21322994-
CMYK0.0700.590.10
HSL67.11º72.19%63.33%-
HSV(B)67.11º58.95%89.8%-
XYZ57.4870.9921.26-
YUV208.8363.2130.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 229 (89.84% from 255) = 42.72%
BLUE value IS 94 (37.11% from 255) = 17.54%
R=39.74%
G=42.72%
B=17.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal213229940.0700.590.1067.1172.1963.33
HexD5E55E703BA43483f
Octal32534513670731210311077
Binary110101011110010110111101110111011101010000111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E55E; }

 p { color: rgb(213,229,94); }

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

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

 a { background-color: rgb(213,229,94); }

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

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

 span { border-color: rgb(213,229,94); }

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