#D2F06D

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

Shades of Mindaro #D2F06D

Tints of Mindaro #D2F06D

Color information

#D2F06D (or 0xD2F06D) is unknown color: approx Mindaro. HEX triplet: D2, F0 and 6D. RGB value is (210,240,109). Sum of RGB (Red+Green+Blue) = 210+240+109=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F06D is #2D0F92. Grayscale: #D8D8D8. Windows color (decimal): -2953107 or 7205074. OLE color: 7205074.

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

Color convert

RGB210240109-
CMYK0.1200.550.06
HSL73.74º81.37%68.43%-
HSV(B)73.74º54.58%94.12%-
XYZ60.577.1326.17-
YUV216.167.56123.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 240 (94.14% from 255) = 42.93%
BLUE value IS 109 (42.97% from 255) = 19.50%
R=37.57%
G=42.93%
B=19.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102401090.1200.550.0673.7481.3768.43
HexD2F06DC03764a5144
Octal322360155140676112121104
Binary1101001011110000110110111000110111110100101010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F06D; }

 p { color: rgb(210,240,109); }

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

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

 a { background-color: rgb(210,240,109); }

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

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

 span { border-color: rgb(210,240,109); }

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