Html Css Color HEX #76C134 Lima

📋 copy color: '#76C134'

red 118 ◦ green 193 ◦ blue 52

#76C134
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #76C134

Tints of Lima #76C134

RGB

 RED value IS 118 (46.48% from 255) = 32.51%

 GREEN value IS 193 (75.78% from 255) = 53.17%

 BLUE value IS 52 (20.7% from 255) = 14.33%

R = 32.51%
G = 53.17%
B = 14.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#76C134 (or 0x76C134) is known color: Lima. HEX triplet: 76, C1 and 34. RGB value is (118,193,52). Sum of RGB (Red+Green+Blue) = 118+193+52=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #76C134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C134 is #893ECB. Grayscale: #9A9A9A. Windows color (decimal): -8994508 or 3457398. OLE color: 3457398.

HSL color Cylindrical-coordinate representation of color #76C134: hue angle of 91.91º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76C134 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 193 52 -
CMYK 0.39 0 0.73 0.24
HSL 91.91º 0.58% 0.48% -
HSV(B) 91.91º 0.73% 0.76% -
XYZ 27.16 42.24 9.97 -
YUV 154.5 70.15 101.96 -
System Red Green Blue C M Y K H S L
Decimal 118 193 52 0.39 0 0.73 0.24 91.91 0.58 0.48
Hex 76 C1 34 27 0 49 18 5C 3A 30
Octal 166 301 64 47 0 111 30 134 72 60
Binary 1110110 11000001 110100 100111 0 1001001 11000 1011100 111010 110000

Color Harmonies of #76C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C134

Black with #76C134

Text Example


Text Example

White with #76C134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,193,52); }

 H1.HeaderClassName
 {
   color: #76C134;
 }
 .AnyTagClassName
 {
   color: #76C134;
 }
</style>

background-color css

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

 a { background-color: rgb(118,193,52); }

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

border-color css

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

 span { border-color: rgb(118,193,52); }

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