Html Css Color HEX #76D660 Mantis

📋 copy color: '#76D660'

red 118 ◦ green 214 ◦ blue 96

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

Shades of Mantis #76D660

Tints of Mantis #76D660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.43%

R = 27.57%
G = 50%
B = 22.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#76D660 (or 0x76D660) is known color: Mantis. HEX triplet: 76, D6 and 60. RGB value is (118,214,96). Sum of RGB (Red+Green+Blue) = 118+214+96=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #76D660 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D660 is #89299F. Grayscale: #ACACAC. Windows color (decimal): -8989088 or 6346358. OLE color: 6346358.

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

Color convert

RGB 118 214 96 -
CMYK 0.45 0 0.55 0.16
HSL 108.81º 0.59% 0.61% -
HSV(B) 108.81º 0.55% 0.84% -
XYZ 33.63 52.79 19.48 -
YUV 171.84 85.2 89.59 -
System Red Green Blue C M Y K H S L
Decimal 118 214 96 0.45 0 0.55 0.16 108.81 0.59 0.61
Hex 76 D6 60 2D 0 37 10 6D 3B 3D
Octal 166 326 140 55 0 67 20 155 73 75
Binary 1110110 11010110 1100000 101101 0 110111 10000 1101101 111011 111101

Color Harmonies of #76D660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D660

Black with #76D660

Text Example


Text Example

White with #76D660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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