Html Css Color HEX #76C260 Mantis

📋 copy color: '#76C260'

red 118 ◦ green 194 ◦ blue 96

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

Shades of Mantis #76C260

Tints of Mantis #76C260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.55%

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

R = 28.92%
G = 47.55%
B = 23.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#76C260 (or 0x76C260) is known color: Mantis. HEX triplet: 76, C2 and 60. RGB value is (118,194,96). Sum of RGB (Red+Green+Blue) = 118+194+96=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #76C260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C260 is #893D9F. Grayscale: #A0A0A0. Windows color (decimal): -8994208 or 6341238. OLE color: 6341238.

HSL color Cylindrical-coordinate representation of color #76C260: hue angle of 106.53º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76C260 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 194 96 -
CMYK 0.39 0 0.51 0.24
HSL 106.53º 0.45% 0.57% -
HSV(B) 106.53º 0.51% 0.76% -
XYZ 28.87 43.28 17.9 -
YUV 160.1 91.82 97.97 -
System Red Green Blue C M Y K H S L
Decimal 118 194 96 0.39 0 0.51 0.24 106.53 0.45 0.57
Hex 76 C2 60 27 0 33 18 6B 2D 39
Octal 166 302 140 47 0 63 30 153 55 71
Binary 1110110 11000010 1100000 100111 0 110011 11000 1101011 101101 111001

Color Harmonies of #76C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C260

Black with #76C260

Text Example


Text Example

White with #76C260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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