Html Css Color HEX #76D946 Mantis

📋 copy color: '#76D946'

red 118 ◦ green 217 ◦ blue 70

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

Shades of Mantis #76D946

Tints of Mantis #76D946

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.58%

 BLUE value IS 70 (27.73% from 255) = 17.28%

R = 29.14%
G = 53.58%
B = 17.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#76D946 (or 0x76D946) is known color: Mantis. HEX triplet: 76, D9 and 46. RGB value is (118,217,70). Sum of RGB (Red+Green+Blue) = 118+217+70=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #76D946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D946 is #8926B9. Grayscale: #ABABAB. Windows color (decimal): -8988346 or 4643190. OLE color: 4643190.

HSL color Cylindrical-coordinate representation of color #76D946: hue angle of 100.41º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76D946 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 217 70 -
CMYK 0.46 0 0.68 0.15
HSL 100.41º 0.66% 0.56% -
HSV(B) 100.41º 0.68% 0.85% -
XYZ 33.39 53.92 14.44 -
YUV 170.64 71.2 90.45 -
System Red Green Blue C M Y K H S L
Decimal 118 217 70 0.46 0 0.68 0.15 100.41 0.66 0.56
Hex 76 D9 46 2E 0 44 F 64 42 38
Octal 166 331 106 56 0 104 17 144 102 70
Binary 1110110 11011001 1000110 101110 0 1000100 1111 1100100 1000010 111000

Color Harmonies of #76D946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D946

Black with #76D946

Text Example


Text Example

White with #76D946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,217,70); }

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

background-color css

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

 a { background-color: rgb(118,217,70); }

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

border-color css

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

 span { border-color: rgb(118,217,70); }

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