Html Css Color HEX #80F221 Lawn Green

📋 copy color: '#80F221'

red 128 ◦ green 242 ◦ blue 33

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

Shades of Lawn Green #80F221

Tints of Lawn Green #80F221

RGB

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

 GREEN value IS 242 (94.92% from 255) = 60.05%

 BLUE value IS 33 (13.28% from 255) = 8.19%

R = 31.76%
G = 60.05%
B = 8.19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#80F221 (or 0x80F221) is known color: Lawn Green. HEX triplet: 80, F2 and 21. RGB value is (128,242,33). Sum of RGB (Red+Green+Blue) = 128+242+33=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 242 (94.92% from 255 or 60.05% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 242 - color contains mainly: green. Hex color #80F221 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F221 is #7F0DDE. Grayscale: #B8B8B8. Windows color (decimal): -8326623 or 2224768. OLE color: 2224768.

HSL color Cylindrical-coordinate representation of color #80F221: hue angle of 92.73º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80F221 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 242 33 -
CMYK 0.47 0 0.86 0.05
HSL 92.73º 0.89% 0.54% -
HSV(B) 92.73º 0.86% 0.95% -
XYZ 40.93 68.2 12.45 -
YUV 184.09 42.73 87.99 -
System Red Green Blue C M Y K H S L
Decimal 128 242 33 0.47 0 0.86 0.05 92.73 0.89 0.54
Hex 80 F2 21 2F 0 56 5 5D 59 36
Octal 200 362 41 57 0 126 5 135 131 66
Binary 10000000 11110010 100001 101111 0 1010110 101 1011101 1011001 110110

Color Harmonies of #80F221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F221

Black with #80F221

Text Example


Text Example

White with #80F221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,242,33); }

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

background-color css

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

 a { background-color: rgb(128,242,33); }

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

border-color css

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

 span { border-color: rgb(128,242,33); }

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