#5BF412

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

Shades of Bright Green #5BF412

Tints of Bright Green #5BF412

Color information

#5BF412 (or 0x5BF412) is unknown color: approx Bright Green. HEX triplet: 5B, F4 and 12. RGB value is (91,244,18). Sum of RGB (Red+Green+Blue) = 91+244+18=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 244 (95.70% from 255 or 69.12% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 244 - color contains mainly: green. Hex color #5BF412 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BF412 is #A40BED. Grayscale: #ADADAD. Windows color (decimal): -10750958 or 1242203. OLE color: 1242203.

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

Color convert

RGB9124418-
CMYK0.6300.930.04
HSL100.62º91.13%51.37%-
HSV(B)100.62º92.62%95.69%-
XYZ36.7766.9711.56-
YUV172.4940.8169.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.78%
GREEN value IS 244 (95.70% from 255) = 69.12%
BLUE value IS 18 (7.42% from 255) = 5.10%
R=25.78%
G=69.12%
B=5.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal91244180.6300.930.04100.6291.1351.37
Hex5BF4123F05D4655b33
Octal13336422770135414513363
Binary101101111110100100101111110101110110011001011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,244,18); }

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

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

 a { background-color: rgb(91,244,18); }

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

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

 span { border-color: rgb(91,244,18); }

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