Html Css Color HEX #77CE20 Lima

📋 copy color: '#77CE20'

red 119 ◦ green 206 ◦ blue 32

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

Shades of Lima #77CE20

Tints of Lima #77CE20

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.7%

 BLUE value IS 32 (12.89% from 255) = 8.96%

R = 33.33%
G = 57.7%
B = 8.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#77CE20 (or 0x77CE20) is known color: Lima. HEX triplet: 77, CE and 20. RGB value is (119,206,32). Sum of RGB (Red+Green+Blue) = 119+206+32=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #77CE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CE20 is #8831DF. Grayscale: #A0A0A0. Windows color (decimal): -8925664 or 2150007. OLE color: 2150007.

HSL color Cylindrical-coordinate representation of color #77CE20: hue angle of 90º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77CE20 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 206 32 -
CMYK 0.42 0 0.84 0.19
HSL 90º 0.73% 0.47% -
HSV(B) 90º 0.84% 0.81% -
XYZ 29.94 48.17 9.09 -
YUV 160.15 55.68 98.65 -
System Red Green Blue C M Y K H S L
Decimal 119 206 32 0.42 0 0.84 0.19 90 0.73 0.47
Hex 77 CE 20 2A 0 54 13 5A 49 2F
Octal 167 316 40 52 0 124 23 132 111 57
Binary 1110111 11001110 100000 101010 0 1010100 10011 1011010 1001001 101111

Color Harmonies of #77CE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CE20

Black with #77CE20

Text Example


Text Example

White with #77CE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,206,32); }

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

background-color css

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

 a { background-color: rgb(119,206,32); }

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

border-color css

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

 span { border-color: rgb(119,206,32); }

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