Html Css Color HEX #76D055 Mantis

📋 copy color: '#76D055'

red 118 ◦ green 208 ◦ blue 85

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

Shades of Mantis #76D055

Tints of Mantis #76D055

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.61%

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

R = 28.71%
G = 50.61%
B = 20.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#76D055 (or 0x76D055) is known color: Mantis. HEX triplet: 76, D0 and 55. RGB value is (118,208,85). Sum of RGB (Red+Green+Blue) = 118+208+85=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #76D055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D055 is #892FAA. Grayscale: #A7A7A7. Windows color (decimal): -8990635 or 5623926. OLE color: 5623926.

HSL color Cylindrical-coordinate representation of color #76D055: hue angle of 103.9º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76D055 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 208 85 -
CMYK 0.43 0 0.59 0.18
HSL 103.9º 0.57% 0.57% -
HSV(B) 103.9º 0.59% 0.82% -
XYZ 31.67 49.62 16.5 -
YUV 167.07 81.68 93 -
System Red Green Blue C M Y K H S L
Decimal 118 208 85 0.43 0 0.59 0.18 103.9 0.57 0.57
Hex 76 D0 55 2B 0 3B 12 68 39 39
Octal 166 320 125 53 0 73 22 150 71 71
Binary 1110110 11010000 1010101 101011 0 111011 10010 1101000 111001 111001

Color Harmonies of #76D055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D055

Black with #76D055

Text Example


Text Example

White with #76D055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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