#5BF00B

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

Shades of Bright Green #5BF00B

Tints of Bright Green #5BF00B

Color information

#5BF00B (or 0x5BF00B) is unknown color: approx Bright Green. HEX triplet: 5B, F0 and 0B. RGB value is (91,240,11). Sum of RGB (Red+Green+Blue) = 91+240+11=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 240 (94.14% from 255 or 70.18% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 240 - color contains mainly: green. Hex color #5BF00B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BF00B is #A40FF4. Grayscale: #AAAAAA. Windows color (decimal): -10751989 or 782427. OLE color: 782427.

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

Color convert

RGB9124011-
CMYK0.6200.950.06
HSL99.04º91.24%49.22%-
HSV(B)99.04º95.42%94.12%-
XYZ35.5364.5710.91-
YUV169.3438.6472.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.61%
GREEN value IS 240 (94.14% from 255) = 70.18%
BLUE value IS 11 (4.69% from 255) = 3.22%
R=26.61%
G=70.18%
B=3.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal91240110.6200.950.0699.0491.2449.22
Hex5BF0B3E05F6635b31
Octal13336013760137614313361
Binary10110111111000010111111100101111111011000111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,240,11); }

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

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

 a { background-color: rgb(91,240,11); }

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

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

 span { border-color: rgb(91,240,11); }

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