#D5F772

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

Shades of Mindaro #D5F772

Tints of Mindaro #D5F772

Color information

#D5F772 (or 0xD5F772) is unknown color: approx Mindaro. HEX triplet: D5, F7 and 72. RGB value is (213,247,114). Sum of RGB (Red+Green+Blue) = 213+247+114=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 114 (44.92% from 255 or 19.86% from 574); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F772 is #2A088D. Grayscale: #DEDEDE. Windows color (decimal): -2754702 or 7534549. OLE color: 7534549.

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

Color convert

RGB213247114-
CMYK0.1400.540.03
HSL75.34º89.26%70.78%-
HSV(B)75.34º53.85%96.86%-
XYZ63.7481.8828.37-
YUV221.6767.24121.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.11%
GREEN value IS 247 (96.88% from 255) = 43.03%
BLUE value IS 114 (44.92% from 255) = 19.86%
R=37.11%
G=43.03%
B=19.86%

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
Decimal2132471140.1400.540.0375.3489.2670.78
HexD5F772E03634b5947
Octal325367162160663113131107
Binary110101011111011111100101110011011011100101110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F772; }

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

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

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

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

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

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

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

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