Html Css Color HEX #5AF801 Bright Green

📋 copy color: '#5AF801'

red 90 ◦ green 248 ◦ blue 1

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

Shades of Bright Green #5AF801

Tints of Bright Green #5AF801

RGB

 RED value IS 90 (35.55% from 255) = 26.55%

 GREEN value IS 248 (97.27% from 255) = 73.16%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 26.55%
G = 73.16%
B = 0.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#5AF801 (or 0x5AF801) is known color: Bright Green. HEX triplet: 5A, F8 and 01. RGB value is (90,248,1). Sum of RGB (Red+Green+Blue) = 90+248+1=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 248 (97.27% from 255 or 73.16% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF801 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF801 is #A507FE. Grayscale: #ADADAD. Windows color (decimal): -10815487 or 129114. OLE color: 129114.

HSL color Cylindrical-coordinate representation of color #5AF801: hue angle of 98.38º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5AF801 is Cyan = 0.64, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 90 248 1 -
CMYK 0.64 0 1.00 0.03
HSL 98.38º 0.99% 0.49% -
HSV(B) 98.38º 1% 0.97% -
XYZ 37.79 69.31 11.42 -
YUV 172.6 31.15 69.08 -
System Red Green Blue C M Y K H S L
Decimal 90 248 1 0.64 0 1.00 0.03 98.38 0.99 0.49
Hex 5A F8 1 40 0 64 3 62 63 31
Octal 132 370 1 100 0 144 3 142 143 61
Binary 1011010 11111000 1 1000000 0 1100100 11 1100010 1100011 110001

Color Harmonies of #5AF801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF801

Black with #5AF801

Text Example


Text Example

White with #5AF801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,248,1); }

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

background-color css

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

 a { background-color: rgb(90,248,1); }

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

border-color css

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

 span { border-color: rgb(90,248,1); }

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