Html Css Color HEX #5AF930 Bright Green

📋 copy color: '#5AF930'

red 90 ◦ green 249 ◦ blue 48

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

Shades of Bright Green #5AF930

Tints of Bright Green #5AF930

RGB

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

 GREEN value IS 249 (97.66% from 255) = 64.34%

 BLUE value IS 48 (19.14% from 255) = 12.4%

R = 23.26%
G = 64.34%
B = 12.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#5AF930 (or 0x5AF930) is known color: Bright Green. HEX triplet: 5A, F9 and 30. RGB value is (90,249,48). Sum of RGB (Red+Green+Blue) = 90+249+48=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 249 (97.66% from 255 or 64.34% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF930 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF930 is #A506CF. Grayscale: #B3B3B3. Windows color (decimal): -10815184 or 3209562. OLE color: 3209562.

HSL color Cylindrical-coordinate representation of color #5AF930: hue angle of 107.46º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5AF930 is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 249 48 -
CMYK 0.64 0 0.81 0.02
HSL 107.46º 0.94% 0.58% -
HSV(B) 107.46º 0.81% 0.98% -
XYZ 38.63 70.14 14.3 -
YUV 178.55 54.32 64.84 -
System Red Green Blue C M Y K H S L
Decimal 90 249 48 0.64 0 0.81 0.02 107.46 0.94 0.58
Hex 5A F9 30 40 0 51 2 6B 5E 3A
Octal 132 371 60 100 0 121 2 153 136 72
Binary 1011010 11111001 110000 1000000 0 1010001 10 1101011 1011110 111010

Color Harmonies of #5AF930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF930

Black with #5AF930

Text Example


Text Example

White with #5AF930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,249,48); }

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

background-color css

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

 a { background-color: rgb(90,249,48); }

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

border-color css

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

 span { border-color: rgb(90,249,48); }

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