Html Css Color HEX #80C127 Lima

📋 copy color: '#80C127'

red 128 ◦ green 193 ◦ blue 39

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

Shades of Lima #80C127

Tints of Lima #80C127

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.61%

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

R = 35.56%
G = 53.61%
B = 10.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#80C127 (or 0x80C127) is known color: Lima. HEX triplet: 80, C1 and 27. RGB value is (128,193,39). Sum of RGB (Red+Green+Blue) = 128+193+39=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #80C127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C127 is #7F3ED8. Grayscale: #9C9C9C. Windows color (decimal): -8339161 or 2605440. OLE color: 2605440.

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

Color convert

RGB 128 193 39 -
CMYK 0.34 0 0.80 0.24
HSL 85.32º 0.66% 0.45% -
HSV(B) 85.32º 0.8% 0.76% -
XYZ 28.34 42.88 8.7 -
YUV 156.01 61.97 108.02 -
System Red Green Blue C M Y K H S L
Decimal 128 193 39 0.34 0 0.80 0.24 85.32 0.66 0.45
Hex 80 C1 27 22 0 50 18 55 42 2D
Octal 200 301 47 42 0 120 30 125 102 55
Binary 10000000 11000001 100111 100010 0 1010000 11000 1010101 1000010 101101

Color Harmonies of #80C127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C127

Black with #80C127

Text Example


Text Example

White with #80C127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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