Html Css Color HEX #77C013 Lima

📋 copy color: '#77C013'

red 119 ◦ green 192 ◦ blue 19

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

Shades of Lima #77C013

Tints of Lima #77C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.18%

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 36.06%
G = 58.18%
B = 5.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#77C013 (or 0x77C013) is known color: Lima. HEX triplet: 77, C0 and 13. RGB value is (119,192,19). Sum of RGB (Red+Green+Blue) = 119+192+19=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #77C013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C013 is #883FEC. Grayscale: #979797. Windows color (decimal): -8929261 or 1294455. OLE color: 1294455.

HSL color Cylindrical-coordinate representation of color #77C013: hue angle of 85.32º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77C013 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 192 19 -
CMYK 0.38 0 0.90 0.25
HSL 85.32º 0.82% 0.41% -
HSV(B) 85.32º 0.9% 0.75% -
XYZ 26.57 41.67 7.26 -
YUV 150.45 53.82 105.57 -
System Red Green Blue C M Y K H S L
Decimal 119 192 19 0.38 0 0.90 0.25 85.32 0.82 0.41
Hex 77 C0 13 26 0 5A 19 55 52 29
Octal 167 300 23 46 0 132 31 125 122 51
Binary 1110111 11000000 10011 100110 0 1011010 11001 1010101 1010010 101001

Color Harmonies of #77C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C013

Black with #77C013

Text Example


Text Example

White with #77C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,192,19); }

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

background-color css

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

 a { background-color: rgb(119,192,19); }

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

border-color css

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

 span { border-color: rgb(119,192,19); }

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