#D6FA4F

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

Shades of Mindaro #D6FA4F

Tints of Mindaro #D6FA4F

Color information

#D6FA4F (or 0xD6FA4F) is unknown color: approx Mindaro. HEX triplet: D6, FA and 4F. RGB value is (214,250,79). Sum of RGB (Red+Green+Blue) = 214+250+79=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 79 (31.25% from 255 or 14.55% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA4F is #2905B0. Grayscale: #DCDCDC. Windows color (decimal): -2688433 or 5241558. OLE color: 5241558.

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

Color convert

RGB21425079-
CMYK0.1400.680.02
HSL72.63º94.48%64.51%-
HSV(B)72.63º68.4%98.04%-
XYZ63.3383.2320.12-
YUV219.7448.57123.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.41%
GREEN value IS 250 (98.05% from 255) = 46.04%
BLUE value IS 79 (31.25% from 255) = 14.55%
R=39.41%
G=46.04%
B=14.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal214250790.1400.680.0272.6394.4864.51
HexD6FA4FE0442495e41
Octal3263721171601042111136101
Binary1101011011111010100111111100100010010100100110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FA4F; }

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

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

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

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

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

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

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

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