Html Css Color HEX #5AF706 Bright Green

📋 copy color: '#5AF706'

red 90 ◦ green 247 ◦ blue 6

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

Shades of Bright Green #5AF706

Tints of Bright Green #5AF706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.75%

R = 26.24%
G = 72.01%
B = 1.75%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#5AF706 (or 0x5AF706) is known color: Bright Green. HEX triplet: 5A, F7 and 06. RGB value is (90,247,6). Sum of RGB (Red+Green+Blue) = 90+247+6=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 247 (96.88% from 255 or 72.01% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF706 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF706 is #A508F9. Grayscale: #ADADAD. Windows color (decimal): -10815738 or 456538. OLE color: 456538.

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

Color convert

RGB 90 247 6 -
CMYK 0.64 0 0.98 0.03
HSL 99.09º 0.95% 0.5% -
HSV(B) 99.09º 0.98% 0.97% -
XYZ 37.51 68.71 11.46 -
YUV 172.58 33.99 69.1 -
System Red Green Blue C M Y K H S L
Decimal 90 247 6 0.64 0 0.98 0.03 99.09 0.95 0.5
Hex 5A F7 6 40 0 62 3 63 5F 32
Octal 132 367 6 100 0 142 3 143 137 62
Binary 1011010 11110111 110 1000000 0 1100010 11 1100011 1011111 110010

Color Harmonies of #5AF706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF706

Black with #5AF706

Text Example


Text Example

White with #5AF706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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