Html Css Color HEX #77BF15 Lima

📋 copy color: '#77BF15'

red 119 ◦ green 191 ◦ blue 21

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

Shades of Lima #77BF15

Tints of Lima #77BF15

RGB

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

 GREEN value IS 191 (75% from 255) = 57.7%

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

R = 35.95%
G = 57.7%
B = 6.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#77BF15 (or 0x77BF15) is known color: Lima. HEX triplet: 77, BF and 15. RGB value is (119,191,21). Sum of RGB (Red+Green+Blue) = 119+191+21=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BF15 is #8840EA. Grayscale: #969696. Windows color (decimal): -8929515 or 1425271. OLE color: 1425271.

HSL color Cylindrical-coordinate representation of color #77BF15: hue angle of 85.41º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77BF15 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 191 21 -
CMYK 0.38 0 0.89 0.25
HSL 85.41º 0.8% 0.42% -
HSV(B) 85.41º 0.89% 0.75% -
XYZ 26.37 41.24 7.28 -
YUV 150.09 55.15 105.82 -
System Red Green Blue C M Y K H S L
Decimal 119 191 21 0.38 0 0.89 0.25 85.41 0.8 0.42
Hex 77 BF 15 26 0 59 19 55 50 2A
Octal 167 277 25 46 0 131 31 125 120 52
Binary 1110111 10111111 10101 100110 0 1011001 11001 1010101 1010000 101010

Color Harmonies of #77BF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BF15

Black with #77BF15

Text Example


Text Example

White with #77BF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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