#5FE880

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

Shades of Pastel Green #5FE880

Tints of Pastel Green #5FE880

Color information

#5FE880 (or 0x5FE880) is unknown color: approx Pastel Green. HEX triplet: 5F, E8 and 80. RGB value is (95,232,128). Sum of RGB (Red+Green+Blue) = 95+232+128=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 232 (91.02% from 255 or 50.99% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 232 - color contains mainly: green. Hex color #5FE880 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FE880 is #A0177F. Grayscale: #B3B3B3. Windows color (decimal): -10491776 or 8448095. OLE color: 8448095.

HSL color Cylindrical-coordinate representation of color #5FE880: hue angle of 134.45º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE880 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB95232128-
CMYK0.5900.450.09
HSL134.45º74.86%64.12%-
HSV(B)134.45º59.05%90.98%-
XYZ37.4761.730.36-
YUV179.1899.1167.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.88%
GREEN value IS 232 (91.02% from 255) = 50.99%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=20.88%
G=50.99%
B=28.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal952321280.5900.450.09134.4574.8664.12
Hex5FE8803B02D9864b40
Octal1373502007305511206113100
Binary10111111110100010000000111011010110110011000011010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,232,128); }

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

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

 a { background-color: rgb(95,232,128); }

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

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

 span { border-color: rgb(95,232,128); }

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