Html Css Color HEX #76CC56 Mantis

📋 copy color: '#76CC56'

red 118 ◦ green 204 ◦ blue 86

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

Shades of Mantis #76CC56

Tints of Mantis #76CC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.08%

R = 28.92%
G = 50%
B = 21.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#76CC56 (or 0x76CC56) is known color: Mantis. HEX triplet: 76, CC and 56. RGB value is (118,204,86). Sum of RGB (Red+Green+Blue) = 118+204+86=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CC56 is #8933A9. Grayscale: #A5A5A5. Windows color (decimal): -8991658 or 5688438. OLE color: 5688438.

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

Color convert

RGB 118 204 86 -
CMYK 0.42 0 0.58 0.2
HSL 103.73º 0.54% 0.57% -
HSV(B) 103.73º 0.58% 0.8% -
XYZ 30.74 47.71 16.39 -
YUV 164.83 83.51 94.59 -
System Red Green Blue C M Y K H S L
Decimal 118 204 86 0.42 0 0.58 0.2 103.73 0.54 0.57
Hex 76 CC 56 2A 0 3A 14 68 36 39
Octal 166 314 126 52 0 72 24 150 66 71
Binary 1110110 11001100 1010110 101010 0 111010 10100 1101000 110110 111001

Color Harmonies of #76CC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CC56

Black with #76CC56

Text Example


Text Example

White with #76CC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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