Html Css Color HEX #80FD28 Chartreuse

📋 copy color: '#80FD28'

red 128 ◦ green 253 ◦ blue 40

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

Shades of Chartreuse #80FD28

Tints of Chartreuse #80FD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.5%

R = 30.4%
G = 60.1%
B = 9.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#80FD28 (or 0x80FD28) is known color: Chartreuse. HEX triplet: 80, FD and 28. RGB value is (128,253,40). Sum of RGB (Red+Green+Blue) = 128+253+40=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 253 (99.22% from 255 or 60.10% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FD28 is #7F02D7. Grayscale: #C0C0C0. Windows color (decimal): -8323800 or 2686336. OLE color: 2686336.

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

Color convert

RGB 128 253 40 -
CMYK 0.49 0 0.84 0.01
HSL 95.21º 0.98% 0.57% -
HSV(B) 95.21º 0.84% 0.99% -
XYZ 44.41 74.99 14.14 -
YUV 191.34 42.59 82.82 -
System Red Green Blue C M Y K H S L
Decimal 128 253 40 0.49 0 0.84 0.01 95.21 0.98 0.57
Hex 80 FD 28 31 0 54 1 5F 62 39
Octal 200 375 50 61 0 124 1 137 142 71
Binary 10000000 11111101 101000 110001 0 1010100 1 1011111 1100010 111001

Color Harmonies of #80FD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FD28

Black with #80FD28

Text Example


Text Example

White with #80FD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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