Html Css Color HEX #5BF920 Bright Green

📋 copy color: '#5BF920'

red 91 ◦ green 249 ◦ blue 32

#5BF920
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #5BF920

Tints of Bright Green #5BF920

RGB

 RED value IS 91 (35.94% from 255) = 24.46%

 GREEN value IS 249 (97.66% from 255) = 66.94%

 BLUE value IS 32 (12.89% from 255) = 8.6%

R = 24.46%
G = 66.94%
B = 8.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#5BF920 (or 0x5BF920) is known color: Bright Green. HEX triplet: 5B, F9 and 20. RGB value is (91,249,32). Sum of RGB (Red+Green+Blue) = 91+249+32=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 249 (97.66% from 255 or 66.94% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 249 - color contains mainly: green. Hex color #5BF920 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BF920 is #A406DF. Grayscale: #B1B1B1. Windows color (decimal): -10749664 or 2160987. OLE color: 2160987.

HSL color Cylindrical-coordinate representation of color #5BF920: hue angle of 103.69º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5BF920 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 249 32 -
CMYK 0.63 0 0.87 0.02
HSL 103.69º 0.95% 0.55% -
HSV(B) 103.69º 0.87% 0.98% -
XYZ 38.45 70.08 12.87 -
YUV 177.02 46.15 66.64 -
System Red Green Blue C M Y K H S L
Decimal 91 249 32 0.63 0 0.87 0.02 103.69 0.95 0.55
Hex 5B F9 20 3F 0 57 2 68 5F 37
Octal 133 371 40 77 0 127 2 150 137 67
Binary 1011011 11111001 100000 111111 0 1010111 10 1101000 1011111 110111

Color Harmonies of #5BF920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BF920

Black with #5BF920

Text Example


Text Example

White with #5BF920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,249,32); }

 H1.HeaderClassName
 {
   color: #5BF920;
 }
 .AnyTagClassName
 {
   color: #5BF920;
 }
</style>

background-color css

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

 a { background-color: rgb(91,249,32); }

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

border-color css

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

 span { border-color: rgb(91,249,32); }

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