#5AF516

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

Shades of Bright Green #5AF516

Tints of Bright Green #5AF516

Color information

#5AF516 (or 0x5AF516) is unknown color: approx Bright Green. HEX triplet: 5A, F5 and 16. RGB value is (90,245,22). Sum of RGB (Red+Green+Blue) = 90+245+22=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 245 (96.09% from 255 or 68.63% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF516 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF516 is #A50AE9. Grayscale: #ADADAD. Windows color (decimal): -10816234 or 1504602. OLE color: 1504602.

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

Color convert

RGB9024522-
CMYK0.6300.910.04
HSL101.7º91.77%52.35%-
HSV(B)101.7º91.02%96.08%-
XYZ37.0167.5411.84-
YUV173.2342.6568.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.21%
GREEN value IS 245 (96.09% from 255) = 68.63%
BLUE value IS 22 (8.98% from 255) = 6.16%
R=25.21%
G=68.63%
B=6.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal90245220.6300.910.04101.791.7752.35
Hex5AF5163F05B4665c34
Octal13236526770133414613464
Binary101101011110101101101111110101101110011001101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,245,22); }

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

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

 a { background-color: rgb(90,245,22); }

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

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

 span { border-color: rgb(90,245,22); }

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