#5FF58F

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

Shades of Pastel Green #5FF58F

Tints of Pastel Green #5FF58F

Color information

#5FF58F (or 0x5FF58F) is unknown color: approx Pastel Green. HEX triplet: 5F, F5 and 8F. RGB value is (95,245,143). Sum of RGB (Red+Green+Blue) = 95+245+143=483 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.67% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF58F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF58F is #A00A70. Grayscale: #BCBCBC. Windows color (decimal): -10488433 or 9434463. OLE color: 9434463.

HSL color Cylindrical-coordinate representation of color #5FF58F: hue angle of 139.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF58F is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB95245143-
CMYK0.6100.420.04
HSL139.2º88.24%66.67%-
HSV(B)139.2º61.22%96.08%-
XYZ42.3369.7237.21-
YUV188.52102.361.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.67%
GREEN value IS 245 (96.09% from 255) = 50.72%
BLUE value IS 143 (56.25% from 255) = 29.61%
R=19.67%
G=50.72%
B=29.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal952451430.6100.420.04139.288.2466.67
Hex5FF58F3D02A48b5843
Octal137365217750524213130103
Binary1011111111101011000111111110101010101001000101110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,245,143); }

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

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

 a { background-color: rgb(95,245,143); }

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

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

 span { border-color: rgb(95,245,143); }

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