Html Css Color HEX #77C022 Lima

📋 copy color: '#77C022'

red 119 ◦ green 192 ◦ blue 34

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

Shades of Lima #77C022

Tints of Lima #77C022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.86%

R = 34.49%
G = 55.65%
B = 9.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#77C022 (or 0x77C022) is known color: Lima. HEX triplet: 77, C0 and 22. RGB value is (119,192,34). Sum of RGB (Red+Green+Blue) = 119+192+34=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #77C022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C022 is #883FDD. Grayscale: #989898. Windows color (decimal): -8929246 or 2277495. OLE color: 2277495.

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

Color convert

RGB 119 192 34 -
CMYK 0.38 0 0.82 0.25
HSL 87.72º 0.7% 0.44% -
HSV(B) 87.72º 0.82% 0.75% -
XYZ 26.75 41.74 8.16 -
YUV 152.16 61.32 104.35 -
System Red Green Blue C M Y K H S L
Decimal 119 192 34 0.38 0 0.82 0.25 87.72 0.7 0.44
Hex 77 C0 22 26 0 52 19 58 46 2C
Octal 167 300 42 46 0 122 31 130 106 54
Binary 1110111 11000000 100010 100110 0 1010010 11001 1011000 1000110 101100

Color Harmonies of #77C022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C022

Black with #77C022

Text Example


Text Example

White with #77C022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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