Html Css Color HEX #76C414 Lima

📋 copy color: '#76C414'

red 118 ◦ green 196 ◦ blue 20

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

Shades of Lima #76C414

Tints of Lima #76C414

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.68%

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 35.33%
G = 58.68%
B = 5.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#76C414 (or 0x76C414) is known color: Lima. HEX triplet: 76, C4 and 14. RGB value is (118,196,20). Sum of RGB (Red+Green+Blue) = 118+196+20=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 196 (76.95% from 255 or 58.68% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 196 - color contains mainly: green. Hex color #76C414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C414 is #893BEB. Grayscale: #999999. Windows color (decimal): -8993772 or 1361014. OLE color: 1361014.

HSL color Cylindrical-coordinate representation of color #76C414: hue angle of 86.59º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76C414 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 196 20 -
CMYK 0.40 0 0.90 0.23
HSL 86.59º 0.81% 0.42% -
HSV(B) 86.59º 0.9% 0.77% -
XYZ 27.34 43.38 7.59 -
YUV 152.61 53.16 103.31 -
System Red Green Blue C M Y K H S L
Decimal 118 196 20 0.40 0 0.90 0.23 86.59 0.81 0.42
Hex 76 C4 14 28 0 5A 17 57 51 2A
Octal 166 304 24 50 0 132 27 127 121 52
Binary 1110110 11000100 10100 101000 0 1011010 10111 1010111 1010001 101010

Color Harmonies of #76C414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C414

Black with #76C414

Text Example


Text Example

White with #76C414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,196,20); }

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

background-color css

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

 a { background-color: rgb(118,196,20); }

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

border-color css

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

 span { border-color: rgb(118,196,20); }

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