Html Css Color HEX #76D440 Mantis

📋 copy color: '#76D440'

red 118 ◦ green 212 ◦ blue 64

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

Shades of Mantis #76D440

Tints of Mantis #76D440

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.81%

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

R = 29.95%
G = 53.81%
B = 16.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#76D440 (or 0x76D440) is known color: Mantis. HEX triplet: 76, D4 and 40. RGB value is (118,212,64). Sum of RGB (Red+Green+Blue) = 118+212+64=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 212 (83.20% from 255 or 53.81% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 212 - color contains mainly: green. Hex color #76D440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D440 is #892BBF. Grayscale: #A7A7A7. Windows color (decimal): -8989632 or 4248694. OLE color: 4248694.

HSL color Cylindrical-coordinate representation of color #76D440: hue angle of 98.11º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76D440 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 118 212 64 -
CMYK 0.44 0 0.70 0.17
HSL 98.11º 0.63% 0.54% -
HSV(B) 98.11º 0.7% 0.83% -
XYZ 31.94 51.31 13.07 -
YUV 167.02 69.86 93.03 -
System Red Green Blue C M Y K H S L
Decimal 118 212 64 0.44 0 0.70 0.17 98.11 0.63 0.54
Hex 76 D4 40 2C 0 46 11 62 3F 36
Octal 166 324 100 54 0 106 21 142 77 66
Binary 1110110 11010100 1000000 101100 0 1000110 10001 1100010 111111 110110

Color Harmonies of #76D440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D440

Black with #76D440

Text Example


Text Example

White with #76D440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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