Html Css Color HEX #5AF115 Bright Green

📋 copy color: '#5AF115'

red 90 ◦ green 241 ◦ blue 21

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

Shades of Bright Green #5AF115

Tints of Bright Green #5AF115

RGB

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

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

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

R = 25.57%
G = 68.47%
B = 5.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#5AF115 (or 0x5AF115) is known color: Bright Green. HEX triplet: 5A, F1 and 15. RGB value is (90,241,21). Sum of RGB (Red+Green+Blue) = 90+241+21=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 241 (94.53% from 255 or 68.47% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF115 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF115 is #A50EEA. Grayscale: #ABABAB. Windows color (decimal): -10817259 or 1438042. OLE color: 1438042.

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

Color convert

RGB 90 241 21 -
CMYK 0.63 0 0.91 0.05
HSL 101.18º 0.89% 0.51% -
HSV(B) 101.18º 0.91% 0.95% -
XYZ 35.81 65.14 11.4 -
YUV 170.77 43.47 70.39 -
System Red Green Blue C M Y K H S L
Decimal 90 241 21 0.63 0 0.91 0.05 101.18 0.89 0.51
Hex 5A F1 15 3F 0 5B 5 65 59 33
Octal 132 361 25 77 0 133 5 145 131 63
Binary 1011010 11110001 10101 111111 0 1011011 101 1100101 1011001 110011

Color Harmonies of #5AF115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF115

Black with #5AF115

Text Example


Text Example

White with #5AF115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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