Html Css Color HEX #76C314 Lima

📋 copy color: '#76C314'

red 118 ◦ green 195 ◦ blue 20

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

Shades of Lima #76C314

Tints of Lima #76C314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.56%

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

R = 35.44%
G = 58.56%
B = 6.01%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#76C314 (or 0x76C314) is known color: Lima. HEX triplet: 76, C3 and 14. RGB value is (118,195,20). Sum of RGB (Red+Green+Blue) = 118+195+20=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #76C314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C314 is #893CEB. Grayscale: #989898. Windows color (decimal): -8994028 or 1360758. OLE color: 1360758.

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

Color convert

RGB 118 195 20 -
CMYK 0.39 0 0.90 0.24
HSL 86.4º 0.81% 0.42% -
HSV(B) 86.4º 0.9% 0.76% -
XYZ 27.11 42.93 7.52 -
YUV 152.03 53.49 103.73 -
System Red Green Blue C M Y K H S L
Decimal 118 195 20 0.39 0 0.90 0.24 86.4 0.81 0.42
Hex 76 C3 14 27 0 5A 18 56 51 2A
Octal 166 303 24 47 0 132 30 126 121 52
Binary 1110110 11000011 10100 100111 0 1011010 11000 1010110 1010001 101010

Color Harmonies of #76C314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C314

Black with #76C314

Text Example


Text Example

White with #76C314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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