#80C023

Color #80C023 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #80C023

Tints of Lima #80C023

Color information

#80C023 (or 0x80C023) is unknown color: approx Lima. HEX triplet: 80, C0 and 23. RGB value is (128,192,35). Sum of RGB (Red+Green+Blue) = 128+192+35=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #80C023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C023 is #7F3FDC. Grayscale: #9B9B9B. Windows color (decimal): -8339421 or 2343040. OLE color: 2343040.

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

Color convert

RGB12819235-
CMYK0.3300.820.25
HSL84.46º69.16%44.51%-
HSV(B)84.46º81.77%75.29%-
XYZ28.0642.418.3-
YUV154.9760.3108.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.06%
GREEN value IS 192 (75.39% from 255) = 54.08%
BLUE value IS 35 (14.06% from 255) = 9.86%
R=36.06%
G=54.08%
B=9.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128192350.3300.820.2584.4669.1644.51
Hex80C023210521954452d
Octal200300434101223112410555
Binary1000000011000000100011100001010100101100110101001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80C023;
 }
 .AnyTagClassName
 {
   color: #80C023;
 }
</style>
background-color css

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

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

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

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

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

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