Html Css Color HEX #80FB02 Chartreuse

📋 copy color: '#80FB02'

red 128 ◦ green 251 ◦ blue 2

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

Shades of Chartreuse #80FB02

Tints of Chartreuse #80FB02

RGB

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

 GREEN value IS 251 (98.44% from 255) = 65.88%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 33.6%
G = 65.88%
B = 0.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#80FB02 (or 0x80FB02) is known color: Chartreuse. HEX triplet: 80, FB and 02. RGB value is (128,251,2). Sum of RGB (Red+Green+Blue) = 128+251+2=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 251 (98.44% from 255 or 65.88% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FB02 is #7F04FD. Grayscale: #BABABA. Windows color (decimal): -8324350 or 195456. OLE color: 195456.

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

Color convert

RGB 128 251 2 -
CMYK 0.49 0 0.99 0.02
HSL 89.64º 0.98% 0.5% -
HSV(B) 89.64º 0.99% 0.98% -
XYZ 43.41 73.59 11.97 -
YUV 185.84 24.25 86.75 -
System Red Green Blue C M Y K H S L
Decimal 128 251 2 0.49 0 0.99 0.02 89.64 0.98 0.5
Hex 80 FB 2 31 0 63 2 5A 62 32
Octal 200 373 2 61 0 143 2 132 142 62
Binary 10000000 11111011 10 110001 0 1100011 10 1011010 1100010 110010

Color Harmonies of #80FB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FB02

Black with #80FB02

Text Example


Text Example

White with #80FB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,251,2); }

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

background-color css

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

 a { background-color: rgb(128,251,2); }

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

border-color css

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

 span { border-color: rgb(128,251,2); }

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