#D0F866

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

Shades of Mindaro #D0F866

Tints of Mindaro #D0F866

Color information

#D0F866 (or 0xD0F866) is unknown color: approx Mindaro. HEX triplet: D0, F8 and 66. RGB value is (208,248,102). Sum of RGB (Red+Green+Blue) = 208+248+102=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 102 (40.23% from 255 or 18.28% from 558); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F866 is #2F0799. Grayscale: #DBDBDB. Windows color (decimal): -3082138 or 6748368. OLE color: 6748368.

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

Color convert

RGB208248102-
CMYK0.1600.590.03
HSL76.44º91.25%68.63%-
HSV(B)76.44º58.87%97.25%-
XYZ61.9881.525.04-
YUV219.461.75119.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.28%
GREEN value IS 248 (97.27% from 255) = 44.44%
BLUE value IS 102 (40.23% from 255) = 18.28%
R=37.28%
G=44.44%
B=18.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082481020.1600.590.0376.4491.2568.63
HexD0F8661003B34c5b45
Octal320370146200733114133105
Binary1101000011111000110011010000011101111100110010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F866; }

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

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

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

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

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

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

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

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