#D2EF59

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

Shades of Mindaro #D2EF59

Tints of Mindaro #D2EF59

Color information

#D2EF59 (or 0xD2EF59) is unknown color: approx Mindaro. HEX triplet: D2, EF and 59. RGB value is (210,239,89). Sum of RGB (Red+Green+Blue) = 210+239+89=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 89 (35.16% from 255 or 16.54% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EF59 is #2D10A6. Grayscale: #D5D5D5. Windows color (decimal): -2953383 or 5894098. OLE color: 5894098.

HSL color Cylindrical-coordinate representation of color #D2EF59: hue angle of 71.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2EF59 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB21023989-
CMYK0.1200.630.06
HSL71.6º82.42%64.31%-
HSV(B)71.6º62.76%93.73%-
XYZ59.2576.1621.03-
YUV213.2357.89125.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 239 (93.75% from 255) = 44.42%
BLUE value IS 89 (35.16% from 255) = 16.54%
R=39.03%
G=44.42%
B=16.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal210239890.1200.630.0671.682.4264.31
HexD2EF59C03F6485240
Octal322357131140776110122100
Binary1101001011101111101100111000111111110100100010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EF59; }

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

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

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

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

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

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

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

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