Html Css Color HEX #77C235 Lima

📋 copy color: '#77C235'

red 119 ◦ green 194 ◦ blue 53

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

Shades of Lima #77C235

Tints of Lima #77C235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.01%

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

R = 32.51%
G = 53.01%
B = 14.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#77C235 (or 0x77C235) is known color: Lima. HEX triplet: 77, C2 and 35. RGB value is (119,194,53). Sum of RGB (Red+Green+Blue) = 119+194+53=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #77C235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C235 is #883DCA. Grayscale: #9B9B9B. Windows color (decimal): -8928715 or 3523191. OLE color: 3523191.

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

Color convert

RGB 119 194 53 -
CMYK 0.39 0 0.73 0.24
HSL 91.91º 0.57% 0.48% -
HSV(B) 91.91º 0.73% 0.76% -
XYZ 27.54 42.76 10.17 -
YUV 155.5 70.15 101.96 -
System Red Green Blue C M Y K H S L
Decimal 119 194 53 0.39 0 0.73 0.24 91.91 0.57 0.48
Hex 77 C2 35 27 0 49 18 5C 39 30
Octal 167 302 65 47 0 111 30 134 71 60
Binary 1110111 11000010 110101 100111 0 1001001 11000 1011100 111001 110000

Color Harmonies of #77C235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C235

Black with #77C235

Text Example


Text Example

White with #77C235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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