Html Css Color HEX #76C50E Lima

📋 copy color: '#76C50E'

red 118 ◦ green 197 ◦ blue 14

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

Shades of Lima #76C50E

Tints of Lima #76C50E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 59.88%

 BLUE value IS 14 (5.86% from 255) = 4.26%

R = 35.87%
G = 59.88%
B = 4.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#76C50E (or 0x76C50E) is known color: Lima. HEX triplet: 76, C5 and 0E. RGB value is (118,197,14). Sum of RGB (Red+Green+Blue) = 118+197+14=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 197 (77.34% from 255 or 59.88% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 197 - color contains mainly: green. Hex color #76C50E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C50E is #893AF1. Grayscale: #999999. Windows color (decimal): -8993522 or 968054. OLE color: 968054.

HSL color Cylindrical-coordinate representation of color #76C50E: hue angle of 85.9º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76C50E is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 197 14 -
CMYK 0.40 0 0.93 0.23
HSL 85.9º 0.87% 0.41% -
HSV(B) 85.9º 0.93% 0.77% -
XYZ 27.52 43.82 7.42 -
YUV 152.52 49.83 103.38 -
System Red Green Blue C M Y K H S L
Decimal 118 197 14 0.40 0 0.93 0.23 85.9 0.87 0.41
Hex 76 C5 E 28 0 5D 17 56 57 29
Octal 166 305 16 50 0 135 27 126 127 51
Binary 1110110 11000101 1110 101000 0 1011101 10111 1010110 1010111 101001

Color Harmonies of #76C50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C50E

Black with #76C50E

Text Example


Text Example

White with #76C50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,197,14); }

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

background-color css

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

 a { background-color: rgb(118,197,14); }

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

border-color css

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

 span { border-color: rgb(118,197,14); }

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