#5FE575

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

Shades of Pastel Green #5FE575

Tints of Pastel Green #5FE575

Color information

#5FE575 (or 0x5FE575) is unknown color: approx Pastel Green. HEX triplet: 5F, E5 and 75. RGB value is (95,229,117). Sum of RGB (Red+Green+Blue) = 95+229+117=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #5FE575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FE575 is #A01A8A. Grayscale: #B0B0B0. Windows color (decimal): -10492555 or 7726431. OLE color: 7726431.

HSL color Cylindrical-coordinate representation of color #5FE575: hue angle of 129.85º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE575 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB95229117-
CMYK0.5900.490.10
HSL129.85º72.04%63.53%-
HSV(B)129.85º58.52%89.8%-
XYZ35.9559.7626.47-
YUV176.1794.6170.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.54%
GREEN value IS 229 (89.84% from 255) = 51.93%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=21.54%
G=51.93%
B=26.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal952291170.5900.490.10129.8572.0463.53
Hex5FE5753B031A824840
Octal1373451657306112202110100
Binary1011111111001011110101111011011000110101000001010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,229,117); }

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

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

 a { background-color: rgb(95,229,117); }

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

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

 span { border-color: rgb(95,229,117); }

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