Html Css Color HEX #77C310 Lima

📋 copy color: '#77C310'

red 119 ◦ green 195 ◦ blue 16

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

Shades of Lima #77C310

Tints of Lima #77C310

RGB

 RED value IS 119 (46.88% from 255) = 36.06%

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

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

R = 36.06%
G = 59.09%
B = 4.85%

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

#77C310 (or 0x77C310) is known color: Lima. HEX triplet: 77, C3 and 10. RGB value is (119,195,16). Sum of RGB (Red+Green+Blue) = 119+195+16=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #77C310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C310 is #883CEF. Grayscale: #989898. Windows color (decimal): -8928496 or 1098615. OLE color: 1098615.

HSL color Cylindrical-coordinate representation of color #77C310: hue angle of 85.47º 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 #77C310 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 195 16 -
CMYK 0.39 0 0.92 0.24
HSL 85.47º 0.85% 0.41% -
HSV(B) 85.47º 0.92% 0.76% -
XYZ 27.22 42.99 7.35 -
YUV 151.87 51.32 104.55 -
System Red Green Blue C M Y K H S L
Decimal 119 195 16 0.39 0 0.92 0.24 85.47 0.85 0.41
Hex 77 C3 10 27 0 5C 18 55 55 29
Octal 167 303 20 47 0 134 30 125 125 51
Binary 1110111 11000011 10000 100111 0 1011100 11000 1010101 1010101 101001

Color Harmonies of #77C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C310

Black with #77C310

Text Example


Text Example

White with #77C310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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