Html Css Color HEX #77BE13 Lima

📋 copy color: '#77BE13'

red 119 ◦ green 190 ◦ blue 19

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

Shades of Lima #77BE13

Tints of Lima #77BE13

RGB

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

 GREEN value IS 190 (74.61% from 255) = 57.93%

 BLUE value IS 19 (7.81% from 255) = 5.79%

R = 36.28%
G = 57.93%
B = 5.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#77BE13 (or 0x77BE13) is known color: Lima. HEX triplet: 77, BE and 13. RGB value is (119,190,19). Sum of RGB (Red+Green+Blue) = 119+190+19=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 190 (74.61% from 255 or 57.93% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BE13 is #8841EC. Grayscale: #959595. Windows color (decimal): -8929773 or 1293943. OLE color: 1293943.

HSL color Cylindrical-coordinate representation of color #77BE13: hue angle of 84.91º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77BE13 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 190 19 -
CMYK 0.37 0 0.90 0.25
HSL 84.91º 0.82% 0.41% -
HSV(B) 84.91º 0.9% 0.75% -
XYZ 26.14 40.8 7.11 -
YUV 149.28 54.48 106.4 -
System Red Green Blue C M Y K H S L
Decimal 119 190 19 0.37 0 0.90 0.25 84.91 0.82 0.41
Hex 77 BE 13 25 0 5A 19 55 52 29
Octal 167 276 23 45 0 132 31 125 122 51
Binary 1110111 10111110 10011 100101 0 1011010 11001 1010101 1010010 101001

Color Harmonies of #77BE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BE13

Black with #77BE13

Text Example


Text Example

White with #77BE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,190,19); }

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

background-color css

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

 a { background-color: rgb(119,190,19); }

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

border-color css

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

 span { border-color: rgb(119,190,19); }

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