Html Css Color HEX #5AF714 Bright Green

📋 copy color: '#5AF714'

red 90 ◦ green 247 ◦ blue 20

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

Shades of Bright Green #5AF714

Tints of Bright Green #5AF714

RGB

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

 GREEN value IS 247 (96.88% from 255) = 69.19%

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 25.21%
G = 69.19%
B = 5.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#5AF714 (or 0x5AF714) is known color: Bright Green. HEX triplet: 5A, F7 and 14. RGB value is (90,247,20). Sum of RGB (Red+Green+Blue) = 90+247+20=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 247 (96.88% from 255 or 69.19% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF714 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF714 is #A508EB. Grayscale: #AEAEAE. Windows color (decimal): -10815724 or 1374042. OLE color: 1374042.

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

Color convert

RGB 90 247 20 -
CMYK 0.64 0 0.92 0.03
HSL 101.5º 0.93% 0.52% -
HSV(B) 101.5º 0.92% 0.97% -
XYZ 37.6 68.75 11.95 -
YUV 174.18 40.99 67.96 -
System Red Green Blue C M Y K H S L
Decimal 90 247 20 0.64 0 0.92 0.03 101.5 0.93 0.52
Hex 5A F7 14 40 0 5C 3 65 5D 34
Octal 132 367 24 100 0 134 3 145 135 64
Binary 1011010 11110111 10100 1000000 0 1011100 11 1100101 1011101 110100

Color Harmonies of #5AF714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF714

Black with #5AF714

Text Example


Text Example

White with #5AF714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,247,20); }

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

background-color css

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

 a { background-color: rgb(90,247,20); }

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

border-color css

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

 span { border-color: rgb(90,247,20); }

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