Html Css Color HEX #80FC07 Chartreuse

📋 copy color: '#80FC07'

red 128 ◦ green 252 ◦ blue 7

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

Shades of Chartreuse #80FC07

Tints of Chartreuse #80FC07

RGB

 RED value IS 128 (50.39% from 255) = 33.07%

 GREEN value IS 252 (98.83% from 255) = 65.12%

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

R = 33.07%
G = 65.12%
B = 1.81%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#80FC07 (or 0x80FC07) is known color: Chartreuse. HEX triplet: 80, FC and 07. RGB value is (128,252,7). Sum of RGB (Red+Green+Blue) = 128+252+7=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 252 (98.83% from 255 or 65.12% from 387); Blue value is 7 (3.12% from 255 or 1.81% from 387); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FC07 is #7F03F8. Grayscale: #BBBBBB. Windows color (decimal): -8324089 or 523392. OLE color: 523392.

HSL color Cylindrical-coordinate representation of color #80FC07: hue angle of 90.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80FC07 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 252 7 -
CMYK 0.49 0 0.97 0.01
HSL 90.37º 0.98% 0.51% -
HSV(B) 90.37º 0.97% 0.99% -
XYZ 43.75 74.23 12.22 -
YUV 186.99 26.42 85.92 -
System Red Green Blue C M Y K H S L
Decimal 128 252 7 0.49 0 0.97 0.01 90.37 0.98 0.51
Hex 80 FC 7 31 0 61 1 5A 62 33
Octal 200 374 7 61 0 141 1 132 142 63
Binary 10000000 11111100 111 110001 0 1100001 1 1011010 1100010 110011

Color Harmonies of #80FC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FC07

Black with #80FC07

Text Example


Text Example

White with #80FC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80FC07; }

 p { color: rgb(128,252,7); }

 H1.HeaderClassName
 {
   color: #80FC07;
 }
 .AnyTagClassName
 {
   color: #80FC07;
 }
</style>

background-color css

<style>
 a { background-color: #80FC07; }

 a { background-color: rgb(128,252,7); }

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

border-color css

<style>
 span { border-color: #80FC07; }

 span { border-color: rgb(128,252,7); }

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