Html Css Color HEX #77BF10 Lima

📋 copy color: '#77BF10'

red 119 ◦ green 191 ◦ blue 16

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

Shades of Lima #77BF10

Tints of Lima #77BF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 36.5%
G = 58.59%
B = 4.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#77BF10 (or 0x77BF10) is known color: Lima. HEX triplet: 77, BF and 10. RGB value is (119,191,16). Sum of RGB (Red+Green+Blue) = 119+191+16=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BF10 is #8840EF. Grayscale: #969696. Windows color (decimal): -8929520 or 1097591. OLE color: 1097591.

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

Color convert

RGB 119 191 16 -
CMYK 0.38 0 0.92 0.25
HSL 84.69º 0.85% 0.41% -
HSV(B) 84.69º 0.92% 0.75% -
XYZ 26.33 41.22 7.06 -
YUV 149.52 52.65 106.23 -
System Red Green Blue C M Y K H S L
Decimal 119 191 16 0.38 0 0.92 0.25 84.69 0.85 0.41
Hex 77 BF 10 26 0 5C 19 55 55 29
Octal 167 277 20 46 0 134 31 125 125 51
Binary 1110111 10111111 10000 100110 0 1011100 11001 1010101 1010101 101001

Color Harmonies of #77BF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BF10

Black with #77BF10

Text Example


Text Example

White with #77BF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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