#5FDC73

Color #5FDC73 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #5FDC73

Tints of Pastel Green #5FDC73

Color information

#5FDC73 (or 0x5FDC73) is unknown color: approx Pastel Green. HEX triplet: 5F, DC and 73. RGB value is (95,220,115). Sum of RGB (Red+Green+Blue) = 95+220+115=430 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.09% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDC73 is #A0238C. Grayscale: #AAAAAA. Windows color (decimal): -10494861 or 7593055. OLE color: 7593055.

HSL color Cylindrical-coordinate representation of color #5FDC73: hue angle of 129.6º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDC73 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB95220115-
CMYK0.5700.480.14
HSL129.6º64.1%61.76%-
HSV(B)129.6º56.82%86.27%-
XYZ33.4154.8625.05-
YUV170.6696.5974.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.09%
GREEN value IS 220 (86.33% from 255) = 51.16%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=22.09%
G=51.16%
B=26.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal952201150.5700.480.14129.664.161.76
Hex5FDC7339030E82403e
Octal137334163710601620210076
Binary101111111011100111001111100101100001110100000101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FDC73; }

 p { color: rgb(95,220,115); }

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

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

 a { background-color: rgb(95,220,115); }

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

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

 span { border-color: rgb(95,220,115); }

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