Html Css Color HEX #76D840 Mantis

📋 copy color: '#76D840'

red 118 ◦ green 216 ◦ blue 64

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

Shades of Mantis #76D840

Tints of Mantis #76D840

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.27%

 BLUE value IS 64 (25.39% from 255) = 16.08%

R = 29.65%
G = 54.27%
B = 16.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#76D840 (or 0x76D840) is known color: Mantis. HEX triplet: 76, D8 and 40. RGB value is (118,216,64). Sum of RGB (Red+Green+Blue) = 118+216+64=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 216 (84.77% from 255 or 54.27% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 216 - color contains mainly: green. Hex color #76D840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D840 is #8927BF. Grayscale: #A9A9A9. Windows color (decimal): -8988608 or 4249718. OLE color: 4249718.

HSL color Cylindrical-coordinate representation of color #76D840: hue angle of 98.68º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76D840 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 216 64 -
CMYK 0.45 0 0.70 0.15
HSL 98.68º 0.66% 0.55% -
HSV(B) 98.68º 0.7% 0.85% -
XYZ 32.95 53.33 13.41 -
YUV 169.37 68.53 91.36 -
System Red Green Blue C M Y K H S L
Decimal 118 216 64 0.45 0 0.70 0.15 98.68 0.66 0.55
Hex 76 D8 40 2D 0 46 F 63 42 37
Octal 166 330 100 55 0 106 17 143 102 67
Binary 1110110 11011000 1000000 101101 0 1000110 1111 1100011 1000010 110111

Color Harmonies of #76D840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D840

Black with #76D840

Text Example


Text Example

White with #76D840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,216,64); }

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

background-color css

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

 a { background-color: rgb(118,216,64); }

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

border-color css

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

 span { border-color: rgb(118,216,64); }

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