#D6FA56

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

Shades of Mindaro #D6FA56

Tints of Mindaro #D6FA56

Color information

#D6FA56 (or 0xD6FA56) is unknown color: approx Mindaro. HEX triplet: D6, FA and 56. RGB value is (214,250,86). Sum of RGB (Red+Green+Blue) = 214+250+86=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 86 (33.98% from 255 or 15.64% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA56 is #2905A9. Grayscale: #DDDDDD. Windows color (decimal): -2688426 or 5700310. OLE color: 5700310.

HSL color Cylindrical-coordinate representation of color #D6FA56: hue angle of 73.17º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6FA56 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB21425086-
CMYK0.1400.660.02
HSL73.17º94.25%65.88%-
HSV(B)73.17º65.6%98.04%-
XYZ63.683.3421.54-
YUV220.5452.07123.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 250 (98.05% from 255) = 45.45%
BLUE value IS 86 (33.98% from 255) = 15.64%
R=38.91%
G=45.45%
B=15.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal214250860.1400.660.0273.1794.2565.88
HexD6FA56E0422495e42
Octal3263721261601022111136102
Binary1101011011111010101011011100100001010100100110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FA56; }

 p { color: rgb(214,250,86); }

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

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

 a { background-color: rgb(214,250,86); }

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

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

 span { border-color: rgb(214,250,86); }

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