Html Css Color HEX #5AF815 Bright Green

📋 copy color: '#5AF815'

red 90 ◦ green 248 ◦ blue 21

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

Shades of Bright Green #5AF815

Tints of Bright Green #5AF815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.85%

R = 25.07%
G = 69.08%
B = 5.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#5AF815 (or 0x5AF815) is known color: Bright Green. HEX triplet: 5A, F8 and 15. RGB value is (90,248,21). Sum of RGB (Red+Green+Blue) = 90+248+21=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 248 (97.27% from 255 or 69.08% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF815 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF815 is #A507EA. Grayscale: #AFAFAF. Windows color (decimal): -10815467 or 1439834. OLE color: 1439834.

HSL color Cylindrical-coordinate representation of color #5AF815: hue angle of 101.76º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5AF815 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 90 248 21 -
CMYK 0.64 0 0.92 0.03
HSL 101.76º 0.94% 0.53% -
HSV(B) 101.76º 0.92% 0.97% -
XYZ 37.92 69.36 12.1 -
YUV 174.88 41.15 67.46 -
System Red Green Blue C M Y K H S L
Decimal 90 248 21 0.64 0 0.92 0.03 101.76 0.94 0.53
Hex 5A F8 15 40 0 5C 3 66 5E 35
Octal 132 370 25 100 0 134 3 146 136 65
Binary 1011010 11111000 10101 1000000 0 1011100 11 1100110 1011110 110101

Color Harmonies of #5AF815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF815

Black with #5AF815

Text Example


Text Example

White with #5AF815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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