#76BE1F

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

Shades of Lima #76BE1F

Tints of Lima #76BE1F

Color information

#76BE1F (or 0x76BE1F) is unknown color: approx Lima. HEX triplet: 76, BE and 1F. RGB value is (118,190,31). Sum of RGB (Red+Green+Blue) = 118+190+31=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 190 (74.61% from 255 or 56.05% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE1F is #8941E0. Grayscale: #969696. Windows color (decimal): -8995297 or 2080374. OLE color: 2080374.

HSL color Cylindrical-coordinate representation of color #76BE1F: hue angle of 87.17º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76BE1F is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB11819031-
CMYK0.3800.840.25
HSL87.17º71.95%43.33%-
HSV(B)87.17º83.68%74.51%-
XYZ26.1340.787.79-
YUV150.3560.65104.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 190 (74.61% from 255) = 56.05%
BLUE value IS 31 (12.5% from 255) = 9.14%
R=34.81%
G=56.05%
B=9.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118190310.3800.840.2587.1771.9543.33
Hex76BE1F260541957482b
Octal166276374601243112711053
Binary11101101011111011111100110010101001100110101111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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