Html Css Color HEX #77C234 Lima

📋 copy color: '#77C234'

red 119 ◦ green 194 ◦ blue 52

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

Shades of Lima #77C234

Tints of Lima #77C234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.25%

R = 32.6%
G = 53.15%
B = 14.25%

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

#77C234 (or 0x77C234) is known color: Lima. HEX triplet: 77, C2 and 34. RGB value is (119,194,52). Sum of RGB (Red+Green+Blue) = 119+194+52=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #77C234 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C234 is #883DCB. Grayscale: #9B9B9B. Windows color (decimal): -8928716 or 3457655. OLE color: 3457655.

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

Color convert

RGB 119 194 52 -
CMYK 0.39 0 0.73 0.24
HSL 91.69º 0.58% 0.48% -
HSV(B) 91.69º 0.73% 0.76% -
XYZ 27.52 42.75 10.05 -
YUV 155.39 69.65 102.05 -
System Red Green Blue C M Y K H S L
Decimal 119 194 52 0.39 0 0.73 0.24 91.69 0.58 0.48
Hex 77 C2 34 27 0 49 18 5C 3A 30
Octal 167 302 64 47 0 111 30 134 72 60
Binary 1110111 11000010 110100 100111 0 1001001 11000 1011100 111010 110000

Color Harmonies of #77C234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C234

Black with #77C234

Text Example


Text Example

White with #77C234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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