Html Css Color HEX #80C321 Lima

📋 copy color: '#80C321'

red 128 ◦ green 195 ◦ blue 33

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

Shades of Lima #80C321

Tints of Lima #80C321

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.78%

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

R = 35.96%
G = 54.78%
B = 9.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#80C321 (or 0x80C321) is known color: Lima. HEX triplet: 80, C3 and 21. RGB value is (128,195,33). Sum of RGB (Red+Green+Blue) = 128+195+33=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #80C321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C321 is #7F3CDE. Grayscale: #9D9D9D. Windows color (decimal): -8338655 or 2212736. OLE color: 2212736.

HSL color Cylindrical-coordinate representation of color #80C321: hue angle of 84.81º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80C321 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 195 33 -
CMYK 0.34 0 0.83 0.24
HSL 84.81º 0.71% 0.45% -
HSV(B) 84.81º 0.83% 0.76% -
XYZ 28.69 43.73 8.37 -
YUV 156.5 58.3 107.67 -
System Red Green Blue C M Y K H S L
Decimal 128 195 33 0.34 0 0.83 0.24 84.81 0.71 0.45
Hex 80 C3 21 22 0 53 18 55 47 2D
Octal 200 303 41 42 0 123 30 125 107 55
Binary 10000000 11000011 100001 100010 0 1010011 11000 1010101 1000111 101101

Color Harmonies of #80C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C321

Black with #80C321

Text Example


Text Example

White with #80C321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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