#5FF120

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

Shades of Bright Green #5FF120

Tints of Bright Green #5FF120

Color information

#5FF120 (or 0x5FF120) is unknown color: approx Bright Green. HEX triplet: 5F, F1 and 20. RGB value is (95,241,32). Sum of RGB (Red+Green+Blue) = 95+241+32=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 241 (94.53% from 255 or 65.49% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF120 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF120 is #A00EDF. Grayscale: #AEAEAE. Windows color (decimal): -10489568 or 2158943. OLE color: 2158943.

HSL color Cylindrical-coordinate representation of color #5FF120: hue angle of 101.91º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5FF120 is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB9524132-
CMYK0.6100.870.05
HSL101.91º88.19%53.53%-
HSV(B)101.91º86.72%94.51%-
XYZ36.4465.4512.08-
YUV173.5248.1371.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.82%
GREEN value IS 241 (94.53% from 255) = 65.49%
BLUE value IS 32 (12.89% from 255) = 8.70%
R=25.82%
G=65.49%
B=8.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal95241320.6100.870.05101.9188.1953.53
Hex5FF1203D0575665836
Octal13736140750127514613066
Binary1011111111100011000001111010101011110111001101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,241,32); }

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

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

 a { background-color: rgb(95,241,32); }

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

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

 span { border-color: rgb(95,241,32); }

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