#76BE21

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

Shades of Lima #76BE21

Tints of Lima #76BE21

Color information

#76BE21 (or 0x76BE21) is unknown color: approx Lima. HEX triplet: 76, BE and 21. RGB value is (118,190,33). Sum of RGB (Red+Green+Blue) = 118+190+33=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 190 (74.61% from 255 or 55.72% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE21 is #8941DE. Grayscale: #979797. Windows color (decimal): -8995295 or 2211446. OLE color: 2211446.

HSL color Cylindrical-coordinate representation of color #76BE21: hue angle of 87.52º degrees, saturation: 0.7, 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 #76BE21 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB11819033-
CMYK0.3800.830.25
HSL87.52º70.4%43.73%-
HSV(B)87.52º82.63%74.51%-
XYZ26.1640.797.93-
YUV150.5761.65104.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 190 (74.61% from 255) = 55.72%
BLUE value IS 33 (13.28% from 255) = 9.68%
R=34.60%
G=55.72%
B=9.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118190330.3800.830.2587.5270.443.73
Hex76BE21260531958462c
Octal166276414601233113010654
Binary111011010111110100001100110010100111100110110001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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