Html Css Color HEX #76C128 Lima

📋 copy color: '#76C128'

red 118 ◦ green 193 ◦ blue 40

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

Shades of Lima #76C128

Tints of Lima #76C128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.4%

R = 33.62%
G = 54.99%
B = 11.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#76C128 (or 0x76C128) is known color: Lima. HEX triplet: 76, C1 and 28. RGB value is (118,193,40). Sum of RGB (Red+Green+Blue) = 118+193+40=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #76C128 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C128 is #893ED7. Grayscale: #999999. Windows color (decimal): -8994520 or 2670966. OLE color: 2670966.

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

Color convert

RGB 118 193 40 -
CMYK 0.39 0 0.79 0.24
HSL 89.41º 0.66% 0.46% -
HSV(B) 89.41º 0.79% 0.76% -
XYZ 26.92 42.14 8.72 -
YUV 153.13 64.15 102.94 -
System Red Green Blue C M Y K H S L
Decimal 118 193 40 0.39 0 0.79 0.24 89.41 0.66 0.46
Hex 76 C1 28 27 0 4F 18 59 42 2E
Octal 166 301 50 47 0 117 30 131 102 56
Binary 1110110 11000001 101000 100111 0 1001111 11000 1011001 1000010 101110

Color Harmonies of #76C128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C128

Black with #76C128

Text Example


Text Example

White with #76C128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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