#D6F471

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

Shades of Mindaro #D6F471

Tints of Mindaro #D6F471

Color information

#D6F471 (or 0xD6F471) is unknown color: approx Mindaro. HEX triplet: D6, F4 and 71. RGB value is (214,244,113). Sum of RGB (Red+Green+Blue) = 214+244+113=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 244 (95.70% from 255 or 42.73% from 571); Blue value is 113 (44.53% from 255 or 19.79% from 571); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F471 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F471 is #290B8E. Grayscale: #DCDCDC. Windows color (decimal): -2689935 or 7468246. OLE color: 7468246.

HSL color Cylindrical-coordinate representation of color #D6F471: hue angle of 73.74º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6F471 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB214244113-
CMYK0.1200.540.04
HSL73.74º85.62%70%-
HSV(B)73.74º53.69%95.69%-
XYZ63.0680.1927.78-
YUV220.167.56123.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.48%
GREEN value IS 244 (95.70% from 255) = 42.73%
BLUE value IS 113 (44.53% from 255) = 19.79%
R=37.48%
G=42.73%
B=19.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142441130.1200.540.0473.7485.6270
HexD6F471C03644a5646
Octal326364161140664112126106
Binary1101011011110100111000111000110110100100101010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F471; }

 p { color: rgb(214,244,113); }

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

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

 a { background-color: rgb(214,244,113); }

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

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

 span { border-color: rgb(214,244,113); }

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