Html Css Color HEX #5AFD00 Bright Green

📋 copy color: '#5AFD00'

red 90 ◦ green 253 ◦ blue 0

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

Shades of Bright Green #5AFD00

Tints of Bright Green #5AFD00

RGB

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

 GREEN value IS 253 (99.22% from 255) = 73.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.24%
G = 73.76%
B = 0%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#5AFD00 (or 0x5AFD00) is known color: Bright Green. HEX triplet: 5A, FD and 00. RGB value is (90,253,0). Sum of RGB (Red+Green+Blue) = 90+253+0=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 253 (99.22% from 255 or 73.76% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFD00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AFD00 is #A502FF. Grayscale: #B0B0B0. Windows color (decimal): -10814208 or 64858. OLE color: 64858.

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

Color convert

RGB 90 253 0 -
CMYK 0.64 0 1 0.01
HSL 98.66º 1% 0.5% -
HSV(B) 98.66º 1% 0.99% -
XYZ 39.34 72.42 11.91 -
YUV 175.42 29 67.07 -
System Red Green Blue C M Y K H S L
Decimal 90 253 0 0.64 0 1 0.01 98.66 1 0.5
Hex 5A FD 0 40 0 64 1 63 64 32
Octal 132 375 0 100 0 144 1 143 144 62
Binary 1011010 11111101 0 1000000 0 1100100 1 1100011 1100100 110010

Color Harmonies of #5AFD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFD00

Black with #5AFD00

Text Example


Text Example

White with #5AFD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,253,0); }

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

background-color css

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

 a { background-color: rgb(90,253,0); }

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

border-color css

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

 span { border-color: rgb(90,253,0); }

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