Html Css Color HEX #80FB05 Chartreuse

📋 copy color: '#80FB05'

red 128 ◦ green 251 ◦ blue 5

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

Shades of Chartreuse #80FB05

Tints of Chartreuse #80FB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 33.33%
G = 65.36%
B = 1.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#80FB05 (or 0x80FB05) is known color: Chartreuse. HEX triplet: 80, FB and 05. RGB value is (128,251,5). Sum of RGB (Red+Green+Blue) = 128+251+5=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 251 (98.44% from 255 or 65.36% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FB05 is #7F04FA. Grayscale: #BBBBBB. Windows color (decimal): -8324347 or 392064. OLE color: 392064.

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

Color convert

RGB 128 251 5 -
CMYK 0.49 0 0.98 0.02
HSL 90º 0.97% 0.5% -
HSV(B) 90º 0.98% 0.98% -
XYZ 43.43 73.59 12.06 -
YUV 186.18 25.75 86.5 -
System Red Green Blue C M Y K H S L
Decimal 128 251 5 0.49 0 0.98 0.02 90 0.97 0.5
Hex 80 FB 5 31 0 62 2 5A 61 32
Octal 200 373 5 61 0 142 2 132 141 62
Binary 10000000 11111011 101 110001 0 1100010 10 1011010 1100001 110010

Color Harmonies of #80FB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FB05

Black with #80FB05

Text Example


Text Example

White with #80FB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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