Html Css Color HEX #77C135 Lima

📋 copy color: '#77C135'

red 119 ◦ green 193 ◦ blue 53

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

Shades of Lima #77C135

Tints of Lima #77C135

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.88%

 BLUE value IS 53 (21.09% from 255) = 14.52%

R = 32.6%
G = 52.88%
B = 14.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#77C135 (or 0x77C135) is known color: Lima. HEX triplet: 77, C1 and 35. RGB value is (119,193,53). Sum of RGB (Red+Green+Blue) = 119+193+53=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #77C135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C135 is #883ECA. Grayscale: #9B9B9B. Windows color (decimal): -8928971 or 3522935. OLE color: 3522935.

HSL color Cylindrical-coordinate representation of color #77C135: hue angle of 91.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77C135 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 193 53 -
CMYK 0.38 0 0.73 0.24
HSL 91.71º 0.57% 0.48% -
HSV(B) 91.71º 0.73% 0.76% -
XYZ 27.32 42.32 10.1 -
YUV 154.91 70.48 102.38 -
System Red Green Blue C M Y K H S L
Decimal 119 193 53 0.38 0 0.73 0.24 91.71 0.57 0.48
Hex 77 C1 35 26 0 49 18 5C 39 30
Octal 167 301 65 46 0 111 30 134 71 60
Binary 1110111 11000001 110101 100110 0 1001001 11000 1011100 111001 110000

Color Harmonies of #77C135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C135

Black with #77C135

Text Example


Text Example

White with #77C135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,193,53); }

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

background-color css

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

 a { background-color: rgb(119,193,53); }

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

border-color css

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

 span { border-color: rgb(119,193,53); }

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