#D4F772

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

Shades of Mindaro #D4F772

Tints of Mindaro #D4F772

Color information

#D4F772 (or 0xD4F772) is unknown color: approx Mindaro. HEX triplet: D4, F7 and 72. RGB value is (212,247,114). Sum of RGB (Red+Green+Blue) = 212+247+114=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 247 (96.88% from 255 or 43.11% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F772 is #2B088D. Grayscale: #DDDDDD. Windows color (decimal): -2820238 or 7534548. OLE color: 7534548.

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

Color convert

RGB212247114-
CMYK0.1400.540.03
HSL75.79º89.26%70.78%-
HSV(B)75.79º53.85%96.86%-
XYZ63.4581.7328.35-
YUV221.3767.4121.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.00%
GREEN value IS 247 (96.88% from 255) = 43.11%
BLUE value IS 114 (44.92% from 255) = 19.90%
R=37.00%
G=43.11%
B=19.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2122471140.1400.540.0375.7989.2670.78
HexD4F772E03634c5947
Octal324367162160663114131107
Binary110101001111011111100101110011011011100110010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F772; }

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

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

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

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

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

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

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

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