Html Css Color HEX #77C226 Lima

📋 copy color: '#77C226'

red 119 ◦ green 194 ◦ blue 38

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

Shades of Lima #77C226

Tints of Lima #77C226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.83%

R = 33.9%
G = 55.27%
B = 10.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#77C226 (or 0x77C226) is known color: Lima. HEX triplet: 77, C2 and 26. RGB value is (119,194,38). Sum of RGB (Red+Green+Blue) = 119+194+38=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 194 (76.17% from 255 or 55.27% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 194 - color contains mainly: green. Hex color #77C226 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C226 is #883DD9. Grayscale: #9A9A9A. Windows color (decimal): -8928730 or 2540151. OLE color: 2540151.

HSL color Cylindrical-coordinate representation of color #77C226: hue angle of 88.85º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77C226 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 194 38 -
CMYK 0.39 0 0.80 0.24
HSL 88.85º 0.67% 0.45% -
HSV(B) 88.85º 0.8% 0.76% -
XYZ 27.25 42.65 8.63 -
YUV 153.79 62.65 103.18 -
System Red Green Blue C M Y K H S L
Decimal 119 194 38 0.39 0 0.80 0.24 88.85 0.67 0.45
Hex 77 C2 26 27 0 50 18 59 43 2D
Octal 167 302 46 47 0 120 30 131 103 55
Binary 1110111 11000010 100110 100111 0 1010000 11000 1011001 1000011 101101

Color Harmonies of #77C226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C226

Black with #77C226

Text Example


Text Example

White with #77C226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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