#5FF40F

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

Shades of Bright Green #5FF40F

Tints of Bright Green #5FF40F

Color information

#5FF40F (or 0x5FF40F) is unknown color: approx Bright Green. HEX triplet: 5F, F4 and 0F. RGB value is (95,244,15). Sum of RGB (Red+Green+Blue) = 95+244+15=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 244 (95.70% from 255 or 68.93% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 244 - color contains mainly: green. Hex color #5FF40F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FF40F is #A00BF0. Grayscale: #AEAEAE. Windows color (decimal): -10488817 or 1045599. OLE color: 1045599.

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

Color convert

RGB9524415-
CMYK0.6100.940.04
HSL99.04º91.24%50.78%-
HSV(B)99.04º93.85%95.69%-
XYZ37.1667.1711.46-
YUV173.3438.6472.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.84%
GREEN value IS 244 (95.70% from 255) = 68.93%
BLUE value IS 15 (6.25% from 255) = 4.24%
R=26.84%
G=68.93%
B=4.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal95244150.6100.940.0499.0491.2450.78
Hex5FF4F3D05E4635b33
Octal13736417750136414313363
Binary10111111111010011111111010101111010011000111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,244,15); }

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

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

 a { background-color: rgb(95,244,15); }

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

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

 span { border-color: rgb(95,244,15); }

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