Html Css Color HEX #76CC60 Mantis

📋 copy color: '#76CC60'

red 118 ◦ green 204 ◦ blue 96

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

Shades of Mantis #76CC60

Tints of Mantis #76CC60

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.8%

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

R = 28.23%
G = 48.8%
B = 22.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#76CC60 (or 0x76CC60) is known color: Mantis. HEX triplet: 76, CC and 60. RGB value is (118,204,96). Sum of RGB (Red+Green+Blue) = 118+204+96=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CC60 is #89339F. Grayscale: #A6A6A6. Windows color (decimal): -8991648 or 6343798. OLE color: 6343798.

HSL color Cylindrical-coordinate representation of color #76CC60: hue angle of 107.78º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76CC60 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 204 96 -
CMYK 0.42 0 0.53 0.2
HSL 107.78º 0.51% 0.59% -
HSV(B) 107.78º 0.53% 0.8% -
XYZ 31.18 47.88 18.67 -
YUV 165.97 88.51 93.78 -
System Red Green Blue C M Y K H S L
Decimal 118 204 96 0.42 0 0.53 0.2 107.78 0.51 0.59
Hex 76 CC 60 2A 0 35 14 6C 33 3B
Octal 166 314 140 52 0 65 24 154 63 73
Binary 1110110 11001100 1100000 101010 0 110101 10100 1101100 110011 111011

Color Harmonies of #76CC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CC60

Black with #76CC60

Text Example


Text Example

White with #76CC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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