#D2F86F

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

Shades of Mindaro #D2F86F

Tints of Mindaro #D2F86F

Color information

#D2F86F (or 0xD2F86F) is unknown color: approx Mindaro. HEX triplet: D2, F8 and 6F. RGB value is (210,248,111). Sum of RGB (Red+Green+Blue) = 210+248+111=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 248 (97.27% from 255 or 43.59% from 569); Blue value is 111 (43.75% from 255 or 19.51% from 569); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F86F is #2D0790. Grayscale: #DDDDDD. Windows color (decimal): -2951057 or 7338194. OLE color: 7338194.

HSL color Cylindrical-coordinate representation of color #D2F86F: hue angle of 76.64º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2F86F is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB210248111-
CMYK0.1500.550.03
HSL76.64º90.73%70.39%-
HSV(B)76.64º55.24%97.25%-
XYZ63.0181.9827.54-
YUV221.0265.91120.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 248 (97.27% from 255) = 43.59%
BLUE value IS 111 (43.75% from 255) = 19.51%
R=36.91%
G=43.59%
B=19.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102481110.1500.550.0376.6490.7370.39
HexD2F86FF03734d5b46
Octal322370157170673115133106
Binary110100101111100011011111111011011111100110110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F86F; }

 p { color: rgb(210,248,111); }

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

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

 a { background-color: rgb(210,248,111); }

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

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

 span { border-color: rgb(210,248,111); }

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