Html Css Color HEX #76C310 Lima

📋 copy color: '#76C310'

red 118 ◦ green 195 ◦ blue 16

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

Shades of Lima #76C310

Tints of Lima #76C310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 35.87%
G = 59.27%
B = 4.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#76C310 (or 0x76C310) is known color: Lima. HEX triplet: 76, C3 and 10. RGB value is (118,195,16). Sum of RGB (Red+Green+Blue) = 118+195+16=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 195 (76.56% from 255 or 59.27% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 195 - color contains mainly: green. Hex color #76C310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C310 is #893CEF. Grayscale: #989898. Windows color (decimal): -8994032 or 1098614. OLE color: 1098614.

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

Color convert

RGB 118 195 16 -
CMYK 0.39 0 0.92 0.24
HSL 85.81º 0.85% 0.41% -
HSV(B) 85.81º 0.92% 0.76% -
XYZ 27.08 42.92 7.35 -
YUV 151.57 51.49 104.05 -
System Red Green Blue C M Y K H S L
Decimal 118 195 16 0.39 0 0.92 0.24 85.81 0.85 0.41
Hex 76 C3 10 27 0 5C 18 56 55 29
Octal 166 303 20 47 0 134 30 126 125 51
Binary 1110110 11000011 10000 100111 0 1011100 11000 1010110 1010101 101001

Color Harmonies of #76C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C310

Black with #76C310

Text Example


Text Example

White with #76C310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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