#5fe778

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

Shades of Pastel Green #5FE778

Tints of Pastel Green #5FE778

Color information

#5FE778 (or 0x5FE778) is unknown color: approx Pastel Green. HEX triplet: 5F, E7 and 78. RGB value is (95,231,120). Sum of RGB (Red+Green+Blue) = 95+231+120=446 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.30% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #5FE778 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FE778 is #A01887. Grayscale: #B1B1B1. Windows color (decimal): -10492040 or 7923551. OLE color: 7923551.

HSL color Cylindrical-coordinate representation of color #5FE778: hue angle of 131.03º degrees, saturation: 0.74, 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 #5FE778 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB95231120-
CMYK0.5900.480.09
HSL131.03º73.91%63.92%-
HSV(B)131.03º58.87%90.59%-
XYZ36.6960.9427.6-
YUV177.6895.4469.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.30%
GREEN value IS 231 (90.62% from 255) = 51.79%
BLUE value IS 120 (47.27% from 255) = 26.91%
R=21.30%
G=51.79%
B=26.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal952311200.5900.480.09131.0373.9163.92
Hex5FE7783B0309834a40
Octal1373471707306011203112100
Binary1011111111001111111000111011011000010011000001110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fe778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,231,120); }

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

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

 a { background-color: rgb(95,231,120); }

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

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

 span { border-color: rgb(95,231,120); }

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