Html Css Color HEX #5AF121 Bright Green

📋 copy color: '#5AF121'

red 90 ◦ green 241 ◦ blue 33

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

Shades of Bright Green #5AF121

Tints of Bright Green #5AF121

RGB

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

 GREEN value IS 241 (94.53% from 255) = 66.21%

 BLUE value IS 33 (13.28% from 255) = 9.07%

R = 24.73%
G = 66.21%
B = 9.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#5AF121 (or 0x5AF121) is known color: Bright Green. HEX triplet: 5A, F1 and 21. RGB value is (90,241,33). Sum of RGB (Red+Green+Blue) = 90+241+33=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 241 (94.53% from 255 or 66.21% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF121 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF121 is #A50EDE. Grayscale: #ACACAC. Windows color (decimal): -10817247 or 2224474. OLE color: 2224474.

HSL color Cylindrical-coordinate representation of color #5AF121: hue angle of 103.56º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5AF121 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 241 33 -
CMYK 0.63 0 0.86 0.05
HSL 103.56º 0.88% 0.54% -
HSV(B) 103.56º 0.86% 0.95% -
XYZ 35.95 65.19 12.13 -
YUV 172.14 49.47 69.41 -
System Red Green Blue C M Y K H S L
Decimal 90 241 33 0.63 0 0.86 0.05 103.56 0.88 0.54
Hex 5A F1 21 3F 0 56 5 68 58 36
Octal 132 361 41 77 0 126 5 150 130 66
Binary 1011010 11110001 100001 111111 0 1010110 101 1101000 1011000 110110

Color Harmonies of #5AF121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF121

Black with #5AF121

Text Example


Text Example

White with #5AF121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,241,33); }

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

background-color css

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

 a { background-color: rgb(90,241,33); }

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

border-color css

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

 span { border-color: rgb(90,241,33); }

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