Html Css Color HEX #5AF031 Bright Green

📋 copy color: '#5AF031'

red 90 ◦ green 240 ◦ blue 49

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

Shades of Bright Green #5AF031

Tints of Bright Green #5AF031

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.32%

 BLUE value IS 49 (19.53% from 255) = 12.93%

R = 23.75%
G = 63.32%
B = 12.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#5AF031 (or 0x5AF031) is known color: Bright Green. HEX triplet: 5A, F0 and 31. RGB value is (90,240,49). Sum of RGB (Red+Green+Blue) = 90+240+49=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF031 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF031 is #A50FCE. Grayscale: #ADADAD. Windows color (decimal): -10817487 or 3272794. OLE color: 3272794.

HSL color Cylindrical-coordinate representation of color #5AF031: hue angle of 107.12º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5AF031 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 240 49 -
CMYK 0.62 0 0.80 0.06
HSL 107.12º 0.86% 0.57% -
HSV(B) 107.12º 0.8% 0.94% -
XYZ 35.93 64.72 13.5 -
YUV 173.38 57.81 68.53 -
System Red Green Blue C M Y K H S L
Decimal 90 240 49 0.62 0 0.80 0.06 107.12 0.86 0.57
Hex 5A F0 31 3E 0 50 6 6B 56 39
Octal 132 360 61 76 0 120 6 153 126 71
Binary 1011010 11110000 110001 111110 0 1010000 110 1101011 1010110 111001

Color Harmonies of #5AF031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF031

Black with #5AF031

Text Example


Text Example

White with #5AF031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,240,49); }

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

background-color css

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

 a { background-color: rgb(90,240,49); }

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

border-color css

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

 span { border-color: rgb(90,240,49); }

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