#D7F86C

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

Shades of Mindaro #D7F86C

Tints of Mindaro #D7F86C

Color information

#D7F86C (or 0xD7F86C) is unknown color: approx Mindaro. HEX triplet: D7, F8 and 6C. RGB value is (215,248,108). Sum of RGB (Red+Green+Blue) = 215+248+108=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 108 (42.58% from 255 or 18.91% from 571); Max value from RGB is 248 - color contains mainly: green. Hex color #D7F86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F86C is #280793. Grayscale: #DEDEDE. Windows color (decimal): -2623380 or 7141591. OLE color: 7141591.

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

Color convert

RGB215248108-
CMYK0.1300.560.03
HSL74.14º90.91%69.8%-
HSV(B)74.14º56.45%97.25%-
XYZ64.382.6626.75-
YUV222.1763.57122.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.65%
GREEN value IS 248 (97.27% from 255) = 43.43%
BLUE value IS 108 (42.58% from 255) = 18.91%
R=37.65%
G=43.43%
B=18.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2152481080.1300.560.0374.1490.9169.8
HexD7F86CD03834a5b46
Octal327370154150703112133106
Binary110101111111100011011001101011100011100101010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F86C; }

 p { color: rgb(215,248,108); }

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

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

 a { background-color: rgb(215,248,108); }

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

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

 span { border-color: rgb(215,248,108); }

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