#D6F772

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

Shades of Mindaro #D6F772

Tints of Mindaro #D6F772

Color information

#D6F772 (or 0xD6F772) is unknown color: approx Mindaro. HEX triplet: D6, F7 and 72. RGB value is (214,247,114). Sum of RGB (Red+Green+Blue) = 214+247+114=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F772 is #29088D. Grayscale: #DEDEDE. Windows color (decimal): -2689166 or 7534550. OLE color: 7534550.

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

Color convert

RGB214247114-
CMYK0.1300.540.03
HSL74.89º89.26%70.78%-
HSV(B)74.89º53.85%96.86%-
XYZ64.0382.0328.38-
YUV221.9767.07122.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 247 (96.88% from 255) = 42.96%
BLUE value IS 114 (44.92% from 255) = 19.83%
R=37.22%
G=42.96%
B=19.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142471140.1300.540.0374.8989.2670.78
HexD6F772D03634b5947
Octal326367162150663113131107
Binary110101101111011111100101101011011011100101110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F772; }

 p { color: rgb(214,247,114); }

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

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

 a { background-color: rgb(214,247,114); }

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

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

 span { border-color: rgb(214,247,114); }

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