Html Css Color HEX #80FE25 Chartreuse

📋 copy color: '#80FE25'

red 128 ◦ green 254 ◦ blue 37

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

Shades of Chartreuse #80FE25

Tints of Chartreuse #80FE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.83%

R = 30.55%
G = 60.62%
B = 8.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#80FE25 (or 0x80FE25) is known color: Chartreuse. HEX triplet: 80, FE and 25. RGB value is (128,254,37). Sum of RGB (Red+Green+Blue) = 128+254+37=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 254 (99.61% from 255 or 60.62% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FE25 is #7F01DA. Grayscale: #C0C0C0. Windows color (decimal): -8323547 or 2489984. OLE color: 2489984.

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

Color convert

RGB 128 254 37 -
CMYK 0.50 0 0.85 0.00
HSL 94.84º 0.99% 0.57% -
HSV(B) 94.84º 0.85% 1% -
XYZ 44.68 75.61 13.99 -
YUV 191.59 40.76 82.64 -
System Red Green Blue C M Y K H S L
Decimal 128 254 37 0.50 0 0.85 0.00 94.84 0.99 0.57
Hex 80 FE 25 32 0 55 0 5F 63 39
Octal 200 376 45 62 0 125 0 137 143 71
Binary 10000000 11111110 100101 110010 0 1010101 0 1011111 1100011 111001

Color Harmonies of #80FE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FE25

Black with #80FE25

Text Example


Text Example

White with #80FE25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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