Html Css Color HEX #5AF707 Bright Green

📋 copy color: '#5AF707'

red 90 ◦ green 247 ◦ blue 7

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

Shades of Bright Green #5AF707

Tints of Bright Green #5AF707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 26.16%
G = 71.8%
B = 2.03%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#5AF707 (or 0x5AF707) is known color: Bright Green. HEX triplet: 5A, F7 and 07. RGB value is (90,247,7). Sum of RGB (Red+Green+Blue) = 90+247+7=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 247 (96.88% from 255 or 71.80% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF707 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF707 is #A508F8. Grayscale: #ADADAD. Windows color (decimal): -10815737 or 522074. OLE color: 522074.

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

Color convert

RGB 90 247 7 -
CMYK 0.64 0 0.97 0.03
HSL 99.25º 0.94% 0.5% -
HSV(B) 99.25º 0.97% 0.97% -
XYZ 37.52 68.71 11.49 -
YUV 172.7 34.49 69.01 -
System Red Green Blue C M Y K H S L
Decimal 90 247 7 0.64 0 0.97 0.03 99.25 0.94 0.5
Hex 5A F7 7 40 0 61 3 63 5E 32
Octal 132 367 7 100 0 141 3 143 136 62
Binary 1011010 11110111 111 1000000 0 1100001 11 1100011 1011110 110010

Color Harmonies of #5AF707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF707

Black with #5AF707

Text Example


Text Example

White with #5AF707

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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