#D6F57A

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

Shades of Mindaro #D6F57A

Tints of Mindaro #D6F57A

Color information

#D6F57A (or 0xD6F57A) is unknown color: approx Mindaro. HEX triplet: D6, F5 and 7A. RGB value is (214,245,122). Sum of RGB (Red+Green+Blue) = 214+245+122=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F57A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F57A is #290A85. Grayscale: #DEDEDE. Windows color (decimal): -2689670 or 8058326. OLE color: 8058326.

HSL color Cylindrical-coordinate representation of color #D6F57A: hue angle of 75.12º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6F57A is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB214245122-
CMYK0.1300.500.04
HSL75.12º86.01%71.96%-
HSV(B)75.12º50.2%96.08%-
XYZ63.981.0130.68-
YUV221.7171.73122.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 245 (96.09% from 255) = 42.17%
BLUE value IS 122 (48.05% from 255) = 21.00%
R=36.83%
G=42.17%
B=21.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142451220.1300.500.0475.1286.0171.96
HexD6F57AD03244b5648
Octal326365172150624113126110
Binary1101011011110101111101011010110010100100101110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F57A; }

 p { color: rgb(214,245,122); }

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

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

 a { background-color: rgb(214,245,122); }

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

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

 span { border-color: rgb(214,245,122); }

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