Html Css Color HEX #80C035 Lima

📋 copy color: '#80C035'

red 128 ◦ green 192 ◦ blue 53

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

Shades of Lima #80C035

Tints of Lima #80C035

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.47%

 BLUE value IS 53 (21.09% from 255) = 14.21%

R = 34.32%
G = 51.47%
B = 14.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#80C035 (or 0x80C035) is known color: Lima. HEX triplet: 80, C0 and 35. RGB value is (128,192,53). Sum of RGB (Red+Green+Blue) = 128+192+53=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #80C035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C035 is #7F3FCA. Grayscale: #9D9D9D. Windows color (decimal): -8339403 or 3522688. OLE color: 3522688.

HSL color Cylindrical-coordinate representation of color #80C035: hue angle of 87.63º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80C035 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 53 -
CMYK 0.33 0 0.72 0.25
HSL 87.63º 0.57% 0.48% -
HSV(B) 87.63º 0.72% 0.75% -
XYZ 28.39 42.55 10.08 -
YUV 157.02 69.3 107.3 -
System Red Green Blue C M Y K H S L
Decimal 128 192 53 0.33 0 0.72 0.25 87.63 0.57 0.48
Hex 80 C0 35 21 0 48 19 58 39 30
Octal 200 300 65 41 0 110 31 130 71 60
Binary 10000000 11000000 110101 100001 0 1001000 11001 1011000 111001 110000

Color Harmonies of #80C035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C035

Black with #80C035

Text Example


Text Example

White with #80C035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,192,53); }

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

background-color css

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

 a { background-color: rgb(128,192,53); }

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

border-color css

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

 span { border-color: rgb(128,192,53); }

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