#D4F770

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

Shades of Mindaro #D4F770

Tints of Mindaro #D4F770

Color information

#D4F770 (or 0xD4F770) is unknown color: approx Mindaro. HEX triplet: D4, F7 and 70. RGB value is (212,247,112). Sum of RGB (Red+Green+Blue) = 212+247+112=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F770 is #2B088F. Grayscale: #DDDDDD. Windows color (decimal): -2820240 or 7403476. OLE color: 7403476.

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

Color convert

RGB212247112-
CMYK0.1400.550.03
HSL75.56º89.4%70.39%-
HSV(B)75.56º54.66%96.86%-
XYZ63.3481.6927.76-
YUV221.1466.4121.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 247 (96.88% from 255) = 43.26%
BLUE value IS 112 (44.14% from 255) = 19.61%
R=37.13%
G=43.26%
B=19.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2122471120.1400.550.0375.5689.470.39
HexD4F770E03734c5946
Octal324367160160673114131106
Binary110101001111011111100001110011011111100110010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F770; }

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

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

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

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

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

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

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

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