Html Css Color HEX #80FE2F Chartreuse

📋 copy color: '#80FE2F'

red 128 ◦ green 254 ◦ blue 47

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

Shades of Chartreuse #80FE2F

Tints of Chartreuse #80FE2F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 59.21%

 BLUE value IS 47 (18.75% from 255) = 10.96%

R = 29.84%
G = 59.21%
B = 10.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#80FE2F (or 0x80FE2F) is known color: Chartreuse. HEX triplet: 80, FE and 2F. RGB value is (128,254,47). Sum of RGB (Red+Green+Blue) = 128+254+47=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 254 (99.61% from 255 or 59.21% from 429); Blue value is 47 (18.75% from 255 or 10.96% from 429); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FE2F is #7F01D0. Grayscale: #C1C1C1. Windows color (decimal): -8323537 or 3145344. OLE color: 3145344.

HSL color Cylindrical-coordinate representation of color #80FE2F: hue angle of 96.52º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80FE2F is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 254 47 -
CMYK 0.50 0 0.81 0.00
HSL 96.52º 0.99% 0.59% -
HSV(B) 96.52º 0.81% 1% -
XYZ 44.86 75.68 14.93 -
YUV 192.73 45.76 81.83 -
System Red Green Blue C M Y K H S L
Decimal 128 254 47 0.50 0 0.81 0.00 96.52 0.99 0.59
Hex 80 FE 2F 32 0 51 0 61 63 3B
Octal 200 376 57 62 0 121 0 141 143 73
Binary 10000000 11111110 101111 110010 0 1010001 0 1100001 1100011 111011

Color Harmonies of #80FE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FE2F

Black with #80FE2F

Text Example


Text Example

White with #80FE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,254,47); }

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

background-color css

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

 a { background-color: rgb(128,254,47); }

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

border-color css

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

 span { border-color: rgb(128,254,47); }

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