Html Css Color HEX #76D640 Mantis

📋 copy color: '#76D640'

red 118 ◦ green 214 ◦ blue 64

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

Shades of Mantis #76D640

Tints of Mantis #76D640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.04%

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

R = 29.8%
G = 54.04%
B = 16.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#76D640 (or 0x76D640) is known color: Mantis. HEX triplet: 76, D6 and 40. RGB value is (118,214,64). Sum of RGB (Red+Green+Blue) = 118+214+64=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #76D640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D640 is #8929BF. Grayscale: #A8A8A8. Windows color (decimal): -8989120 or 4249206. OLE color: 4249206.

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

Color convert

RGB 118 214 64 -
CMYK 0.45 0 0.70 0.16
HSL 98.4º 0.65% 0.55% -
HSV(B) 98.4º 0.7% 0.84% -
XYZ 32.44 52.31 13.24 -
YUV 168.2 69.2 92.2 -
System Red Green Blue C M Y K H S L
Decimal 118 214 64 0.45 0 0.70 0.16 98.4 0.65 0.55
Hex 76 D6 40 2D 0 46 10 62 41 37
Octal 166 326 100 55 0 106 20 142 101 67
Binary 1110110 11010110 1000000 101101 0 1000110 10000 1100010 1000001 110111

Color Harmonies of #76D640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D640

Black with #76D640

Text Example


Text Example

White with #76D640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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