Html Css Color HEX #80FD07 Chartreuse

📋 copy color: '#80FD07'

red 128 ◦ green 253 ◦ blue 7

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

Shades of Chartreuse #80FD07

Tints of Chartreuse #80FD07

RGB

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

 GREEN value IS 253 (99.22% from 255) = 65.21%

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

R = 32.99%
G = 65.21%
B = 1.8%

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

#80FD07 (or 0x80FD07) is known color: Chartreuse. HEX triplet: 80, FD and 07. RGB value is (128,253,7). Sum of RGB (Red+Green+Blue) = 128+253+7=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 253 (99.22% from 255 or 65.21% from 388); Blue value is 7 (3.12% from 255 or 1.80% from 388); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FD07 is #7F02F8. Grayscale: #BCBCBC. Windows color (decimal): -8323833 or 523648. OLE color: 523648.

HSL color Cylindrical-coordinate representation of color #80FD07: hue angle of 90.49º 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 #80FD07 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 253 7 -
CMYK 0.49 0 0.97 0.01
HSL 90.49º 0.98% 0.51% -
HSV(B) 90.49º 0.97% 0.99% -
XYZ 44.07 74.86 12.33 -
YUV 187.58 26.09 85.5 -
System Red Green Blue C M Y K H S L
Decimal 128 253 7 0.49 0 0.97 0.01 90.49 0.98 0.51
Hex 80 FD 7 31 0 61 1 5A 62 33
Octal 200 375 7 61 0 141 1 132 142 63
Binary 10000000 11111101 111 110001 0 1100001 1 1011010 1100010 110011

Color Harmonies of #80FD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FD07

Black with #80FD07

Text Example


Text Example

White with #80FD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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