#5FED81

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

Shades of Pastel Green #5FED81

Tints of Pastel Green #5FED81

Color information

#5FED81 (or 0x5FED81) is unknown color: approx Pastel Green. HEX triplet: 5F, ED and 81. RGB value is (95,237,129). Sum of RGB (Red+Green+Blue) = 95+237+129=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #5FED81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FED81 is #A0127E. Grayscale: #B6B6B6. Windows color (decimal): -10490495 or 8514911. OLE color: 8514911.

HSL color Cylindrical-coordinate representation of color #5FED81: hue angle of 134.37º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FED81 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB95237129-
CMYK0.6000.460.07
HSL134.37º79.78%65.1%-
HSV(B)134.37º59.92%92.94%-
XYZ38.9764.5931.18-
YUV182.2397.9665.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.61%
GREEN value IS 237 (92.97% from 255) = 51.41%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=20.61%
G=51.41%
B=27.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal952371290.6000.460.07134.3779.7865.1
Hex5FED813C02E7865041
Octal137355201740567206120101
Binary1011111111011011000000111110001011101111000011010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FED81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,237,129); }

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

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

 a { background-color: rgb(95,237,129); }

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

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

 span { border-color: rgb(95,237,129); }

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