#76C021

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

Shades of Lima #76C021

Tints of Lima #76C021

Color information

#76C021 (or 0x76C021) is unknown color: approx Lima. HEX triplet: 76, C0 and 21. RGB value is (118,192,33). Sum of RGB (Red+Green+Blue) = 118+192+33=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #76C021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C021 is #893FDE. Grayscale: #989898. Windows color (decimal): -8994783 or 2211958. OLE color: 2211958.

HSL color Cylindrical-coordinate representation of color #76C021: hue angle of 87.92º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76C021 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB11819233-
CMYK0.3900.830.25
HSL87.92º70.67%44.12%-
HSV(B)87.92º82.81%75.29%-
XYZ26.641.668.08-
YUV151.7560.98103.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 192 (75.39% from 255) = 55.98%
BLUE value IS 33 (13.28% from 255) = 9.62%
R=34.40%
G=55.98%
B=9.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118192330.3900.830.2587.9270.6744.12
Hex76C021270531958472c
Octal166300414701233113010754
Binary111011011000000100001100111010100111100110110001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76C021; }

 p { color: rgb(118,192,33); }

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

<style>
 a { background-color: #76C021; }

 a { background-color: rgb(118,192,33); }

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

<style>
 span { border-color: #76C021; }

 span { border-color: rgb(118,192,33); }

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