#76BA25

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

Shades of Lima #76BA25

Tints of Lima #76BA25

Color information

#76BA25 (or 0x76BA25) is unknown color: approx Lima. HEX triplet: 76, BA and 25. RGB value is (118,186,37). Sum of RGB (Red+Green+Blue) = 118+186+37=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA25 is #8945DA. Grayscale: #959595. Windows color (decimal): -8996315 or 2472566. OLE color: 2472566.

HSL color Cylindrical-coordinate representation of color #76BA25: hue angle of 87.38º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76BA25 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB11818637-
CMYK0.3700.800.27
HSL87.38º66.82%43.73%-
HSV(B)87.38º80.11%72.94%-
XYZ25.3639.17.96-
YUV148.6864.97106.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 186 (73.05% from 255) = 54.55%
BLUE value IS 37 (14.84% from 255) = 10.85%
R=34.60%
G=54.55%
B=10.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118186370.3700.800.2787.3866.8243.73
Hex76BA25250501B57432c
Octal166272454501203312710354
Binary111011010111010100101100101010100001101110101111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,186,37); }

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

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

 a { background-color: rgb(118,186,37); }

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

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

 span { border-color: rgb(118,186,37); }

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