Html Css Color HEX #77BF52 Mantis

📋 copy color: '#77BF52'

red 119 ◦ green 191 ◦ blue 82

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

Shades of Mantis #77BF52

Tints of Mantis #77BF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.92%

R = 30.36%
G = 48.72%
B = 20.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#77BF52 (or 0x77BF52) is known color: Mantis. HEX triplet: 77, BF and 52. RGB value is (119,191,82). Sum of RGB (Red+Green+Blue) = 119+191+82=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BF52 is #8840AD. Grayscale: #9D9D9D. Windows color (decimal): -8929454 or 5422967. OLE color: 5422967.

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

Color convert

RGB 119 191 82 -
CMYK 0.38 0 0.57 0.25
HSL 99.63º 0.46% 0.54% -
HSV(B) 99.63º 0.57% 0.75% -
XYZ 27.76 41.79 14.59 -
YUV 157.05 85.65 100.86 -
System Red Green Blue C M Y K H S L
Decimal 119 191 82 0.38 0 0.57 0.25 99.63 0.46 0.54
Hex 77 BF 52 26 0 39 19 64 2E 36
Octal 167 277 122 46 0 71 31 144 56 66
Binary 1110111 10111111 1010010 100110 0 111001 11001 1100100 101110 110110

Color Harmonies of #77BF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BF52

Black with #77BF52

Text Example


Text Example

White with #77BF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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