Html Css Color HEX #5AF512 Bright Green

📋 copy color: '#5AF512'

red 90 ◦ green 245 ◦ blue 18

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

Shades of Bright Green #5AF512

Tints of Bright Green #5AF512

RGB

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

 GREEN value IS 245 (96.09% from 255) = 69.41%

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 25.5%
G = 69.41%
B = 5.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#5AF512 (or 0x5AF512) is known color: Bright Green. HEX triplet: 5A, F5 and 12. RGB value is (90,245,18). Sum of RGB (Red+Green+Blue) = 90+245+18=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 245 (96.09% from 255 or 69.41% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF512 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF512 is #A50AED. Grayscale: #ADADAD. Windows color (decimal): -10816238 or 1242458. OLE color: 1242458.

HSL color Cylindrical-coordinate representation of color #5AF512: hue angle of 100.97º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5AF512 is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 245 18 -
CMYK 0.63 0 0.93 0.04
HSL 100.97º 0.92% 0.52% -
HSV(B) 100.97º 0.93% 0.96% -
XYZ 36.98 67.52 11.66 -
YUV 172.78 40.65 68.96 -
System Red Green Blue C M Y K H S L
Decimal 90 245 18 0.63 0 0.93 0.04 100.97 0.92 0.52
Hex 5A F5 12 3F 0 5D 4 65 5C 34
Octal 132 365 22 77 0 135 4 145 134 64
Binary 1011010 11110101 10010 111111 0 1011101 100 1100101 1011100 110100

Color Harmonies of #5AF512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF512

Black with #5AF512

Text Example


Text Example

White with #5AF512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,245,18); }

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

background-color css

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

 a { background-color: rgb(90,245,18); }

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

border-color css

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

 span { border-color: rgb(90,245,18); }

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