#d2e559

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

Shades of Mindaro #D2E559

Tints of Mindaro #D2E559

Color information

#D2E559 (or 0xD2E559) is unknown color: approx Mindaro. HEX triplet: D2, E5 and 59. RGB value is (210,229,89). Sum of RGB (Red+Green+Blue) = 210+229+89=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 89 (35.16% from 255 or 16.86% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E559 is #2D1AA6. Grayscale: #CFCFCF. Windows color (decimal): -2955943 or 5891538. OLE color: 5891538.

HSL color Cylindrical-coordinate representation of color #D2E559: hue angle of 68.14º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2E559 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB21022989-
CMYK0.0800.610.10
HSL68.14º72.92%62.35%-
HSV(B)68.14º61.14%89.8%-
XYZ56.470.4620.08-
YUV207.3661.21129.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 229 (89.84% from 255) = 43.37%
BLUE value IS 89 (35.16% from 255) = 16.86%
R=39.77%
G=43.37%
B=16.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal210229890.0800.610.1068.1472.9262.35
HexD2E559803DA44493e
Octal322345131100751210411176
Binary1101001011100101101100110000111101101010001001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2e559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2e559; }

 p { color: rgb(210,229,89); }

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

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

 a { background-color: rgb(210,229,89); }

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

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

 span { border-color: rgb(210,229,89); }

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