Html Css Color HEX #80FD27 Chartreuse

📋 copy color: '#80FD27'

red 128 ◦ green 253 ◦ blue 39

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

Shades of Chartreuse #80FD27

Tints of Chartreuse #80FD27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.29%

R = 30.48%
G = 60.24%
B = 9.29%

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

#80FD27 (or 0x80FD27) is known color: Chartreuse. HEX triplet: 80, FD and 27. RGB value is (128,253,39). Sum of RGB (Red+Green+Blue) = 128+253+39=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 253 (99.22% from 255 or 60.24% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD27 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FD27 is #7F02D8. Grayscale: #BFBFBF. Windows color (decimal): -8323801 or 2620800. OLE color: 2620800.

HSL color Cylindrical-coordinate representation of color #80FD27: hue angle of 95.05º 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 #80FD27 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 253 39 -
CMYK 0.49 0 0.85 0.01
HSL 95.05º 0.98% 0.57% -
HSV(B) 95.05º 0.85% 0.99% -
XYZ 44.39 74.99 14.05 -
YUV 191.23 42.09 82.9 -
System Red Green Blue C M Y K H S L
Decimal 128 253 39 0.49 0 0.85 0.01 95.05 0.98 0.57
Hex 80 FD 27 31 0 55 1 5F 62 39
Octal 200 375 47 61 0 125 1 137 142 71
Binary 10000000 11111101 100111 110001 0 1010101 1 1011111 1100010 111001

Color Harmonies of #80FD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FD27

Black with #80FD27

Text Example


Text Example

White with #80FD27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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