Html Css Color HEX #80FD25 Chartreuse

📋 copy color: '#80FD25'

red 128 ◦ green 253 ◦ blue 37

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

Shades of Chartreuse #80FD25

Tints of Chartreuse #80FD25

RGB

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

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

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

R = 30.62%
G = 60.53%
B = 8.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#80FD25 (or 0x80FD25) is known color: Chartreuse. HEX triplet: 80, FD and 25. RGB value is (128,253,37). Sum of RGB (Red+Green+Blue) = 128+253+37=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 253 (99.22% from 255 or 60.53% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FD25 is #7F02DA. Grayscale: #BFBFBF. Windows color (decimal): -8323803 or 2489728. OLE color: 2489728.

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

Color convert

RGB 128 253 37 -
CMYK 0.49 0 0.85 0.01
HSL 94.72º 0.98% 0.57% -
HSV(B) 94.72º 0.85% 0.99% -
XYZ 44.36 74.97 13.88 -
YUV 191 41.09 83.06 -
System Red Green Blue C M Y K H S L
Decimal 128 253 37 0.49 0 0.85 0.01 94.72 0.98 0.57
Hex 80 FD 25 31 0 55 1 5F 62 39
Octal 200 375 45 61 0 125 1 137 142 71
Binary 10000000 11111101 100101 110001 0 1010101 1 1011111 1100010 111001

Color Harmonies of #80FD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FD25

Black with #80FD25

Text Example


Text Example

White with #80FD25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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