#D0F86F

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

Shades of Mindaro #D0F86F

Tints of Mindaro #D0F86F

Color information

#D0F86F (or 0xD0F86F) is unknown color: approx Mindaro. HEX triplet: D0, F8 and 6F. RGB value is (208,248,111). Sum of RGB (Red+Green+Blue) = 208+248+111=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 111 (43.75% from 255 or 19.58% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F86F is #2F0790. Grayscale: #DCDCDC. Windows color (decimal): -3082129 or 7338192. OLE color: 7338192.

HSL color Cylindrical-coordinate representation of color #D0F86F: hue angle of 77.52º 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 #D0F86F is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB208248111-
CMYK0.1600.550.03
HSL77.52º90.73%70.39%-
HSV(B)77.52º55.24%97.25%-
XYZ62.4581.6927.52-
YUV220.4266.25119.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.68%
GREEN value IS 248 (97.27% from 255) = 43.74%
BLUE value IS 111 (43.75% from 255) = 19.58%
R=36.68%
G=43.74%
B=19.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082481110.1600.550.0377.5290.7370.39
HexD0F86F1003734e5b46
Octal320370157200673116133106
Binary1101000011111000110111110000011011111100111010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F86F; }

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

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

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

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

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

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

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

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