Html Css Color HEX #76CC61 Mantis

📋 copy color: '#76CC61'

red 118 ◦ green 204 ◦ blue 97

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

Shades of Mantis #76CC61

Tints of Mantis #76CC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.15%

R = 28.16%
G = 48.69%
B = 23.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#76CC61 (or 0x76CC61) is known color: Mantis. HEX triplet: 76, CC and 61. RGB value is (118,204,97). Sum of RGB (Red+Green+Blue) = 118+204+97=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CC61 is #89339E. Grayscale: #A6A6A6. Windows color (decimal): -8991647 or 6409334. OLE color: 6409334.

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

Color convert

RGB 118 204 97 -
CMYK 0.42 0 0.52 0.2
HSL 108.22º 0.51% 0.59% -
HSV(B) 108.22º 0.52% 0.8% -
XYZ 31.22 47.9 18.91 -
YUV 166.09 89.01 93.7 -
System Red Green Blue C M Y K H S L
Decimal 118 204 97 0.42 0 0.52 0.2 108.22 0.51 0.59
Hex 76 CC 61 2A 0 34 14 6C 33 3B
Octal 166 314 141 52 0 64 24 154 63 73
Binary 1110110 11001100 1100001 101010 0 110100 10100 1101100 110011 111011

Color Harmonies of #76CC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CC61

Black with #76CC61

Text Example


Text Example

White with #76CC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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