Html Css Color HEX #77BC15 Lima

📋 copy color: '#77BC15'

red 119 ◦ green 188 ◦ blue 21

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

Shades of Lima #77BC15

Tints of Lima #77BC15

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.32%

 BLUE value IS 21 (8.59% from 255) = 6.4%

R = 36.28%
G = 57.32%
B = 6.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#77BC15 (or 0x77BC15) is known color: Lima. HEX triplet: 77, BC and 15. RGB value is (119,188,21). Sum of RGB (Red+Green+Blue) = 119+188+21=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BC15 is #8843EA. Grayscale: #949494. Windows color (decimal): -8930283 or 1424503. OLE color: 1424503.

HSL color Cylindrical-coordinate representation of color #77BC15: hue angle of 84.79º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77BC15 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 188 21 -
CMYK 0.37 0 0.89 0.26
HSL 84.79º 0.8% 0.41% -
HSV(B) 84.79º 0.89% 0.74% -
XYZ 25.73 39.94 7.06 -
YUV 148.33 56.14 107.08 -
System Red Green Blue C M Y K H S L
Decimal 119 188 21 0.37 0 0.89 0.26 84.79 0.8 0.41
Hex 77 BC 15 25 0 59 1A 55 50 29
Octal 167 274 25 45 0 131 32 125 120 51
Binary 1110111 10111100 10101 100101 0 1011001 11010 1010101 1010000 101001

Color Harmonies of #77BC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BC15

Black with #77BC15

Text Example


Text Example

White with #77BC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,188,21); }

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

background-color css

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

 a { background-color: rgb(119,188,21); }

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

border-color css

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

 span { border-color: rgb(119,188,21); }

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