#5BFC0F

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

Shades of Bright Green #5BFC0F

Tints of Bright Green #5BFC0F

Color information

#5BFC0F (or 0x5BFC0F) is unknown color: approx Bright Green. HEX triplet: 5B, FC and 0F. RGB value is (91,252,15). Sum of RGB (Red+Green+Blue) = 91+252+15=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 252 (98.83% from 255 or 70.39% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFC0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BFC0F is #A403F0. Grayscale: #B1B1B1. Windows color (decimal): -10748913 or 1047643. OLE color: 1047643.

HSL color Cylindrical-coordinate representation of color #5BFC0F: hue angle of 100.76º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5BFC0F is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB9125215-
CMYK0.6400.940.01
HSL100.76º97.53%52.35%-
HSV(B)100.76º94.05%98.82%-
XYZ39.2171.8812.26-
YUV176.8436.6666.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.42%
GREEN value IS 252 (98.83% from 255) = 70.39%
BLUE value IS 15 (6.25% from 255) = 4.19%
R=25.42%
G=70.39%
B=4.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal91252150.6400.940.01100.7697.5352.35
Hex5BFCF4005E1656234
Octal133374171000136114514264
Binary1011011111111001111100000001011110111001011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BFC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,252,15); }

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

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

 a { background-color: rgb(91,252,15); }

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

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

 span { border-color: rgb(91,252,15); }

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