Html Css Color HEX #76C714 Lima

📋 copy color: '#76C714'

red 118 ◦ green 199 ◦ blue 20

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

Shades of Lima #76C714

Tints of Lima #76C714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 59.05%

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

R = 35.01%
G = 59.05%
B = 5.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#76C714 (or 0x76C714) is known color: Lima. HEX triplet: 76, C7 and 14. RGB value is (118,199,20). Sum of RGB (Red+Green+Blue) = 118+199+20=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 199 (78.12% from 255 or 59.05% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 199 - color contains mainly: green. Hex color #76C714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C714 is #8938EB. Grayscale: #9B9B9B. Windows color (decimal): -8993004 or 1361782. OLE color: 1361782.

HSL color Cylindrical-coordinate representation of color #76C714: hue angle of 87.15º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76C714 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 199 20 -
CMYK 0.41 0 0.90 0.22
HSL 87.15º 0.82% 0.43% -
HSV(B) 87.15º 0.9% 0.78% -
XYZ 28.02 44.75 7.82 -
YUV 154.38 52.16 102.05 -
System Red Green Blue C M Y K H S L
Decimal 118 199 20 0.41 0 0.90 0.22 87.15 0.82 0.43
Hex 76 C7 14 29 0 5A 16 57 52 2B
Octal 166 307 24 51 0 132 26 127 122 53
Binary 1110110 11000111 10100 101001 0 1011010 10110 1010111 1010010 101011

Color Harmonies of #76C714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C714

Black with #76C714

Text Example


Text Example

White with #76C714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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