Html Css Color HEX #76BF55 Mantis

📋 copy color: '#76BF55'

red 118 ◦ green 191 ◦ blue 85

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

Shades of Mantis #76BF55

Tints of Mantis #76BF55

RGB

 RED value IS 118 (46.48% from 255) = 29.95%

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

 BLUE value IS 85 (33.59% from 255) = 21.57%

R = 29.95%
G = 48.48%
B = 21.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#76BF55 (or 0x76BF55) is known color: Mantis. HEX triplet: 76, BF and 55. RGB value is (118,191,85). Sum of RGB (Red+Green+Blue) = 118+191+85=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF55 is #8940AA. Grayscale: #9D9D9D. Windows color (decimal): -8994987 or 5619574. OLE color: 5619574.

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

Color convert

RGB 118 191 85 -
CMYK 0.38 0 0.55 0.25
HSL 101.32º 0.45% 0.54% -
HSV(B) 101.32º 0.55% 0.75% -
XYZ 27.74 41.77 15.19 -
YUV 157.09 87.32 100.12 -
System Red Green Blue C M Y K H S L
Decimal 118 191 85 0.38 0 0.55 0.25 101.32 0.45 0.54
Hex 76 BF 55 26 0 37 19 65 2D 36
Octal 166 277 125 46 0 67 31 145 55 66
Binary 1110110 10111111 1010101 100110 0 110111 11001 1100101 101101 110110

Color Harmonies of #76BF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF55

Black with #76BF55

Text Example


Text Example

White with #76BF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76BF55; }

 p { color: rgb(118,191,85); }

 H1.HeaderClassName
 {
   color: #76BF55;
 }
 .AnyTagClassName
 {
   color: #76BF55;
 }
</style>

background-color css

<style>
 a { background-color: #76BF55; }

 a { background-color: rgb(118,191,85); }

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

border-color css

<style>
 span { border-color: #76BF55; }

 span { border-color: rgb(118,191,85); }

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