Html Css Color HEX #76CA66 Mantis

📋 copy color: '#76CA66'

red 118 ◦ green 202 ◦ blue 102

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

Shades of Mantis #76CA66

Tints of Mantis #76CA66

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.87%

 BLUE value IS 102 (40.23% from 255) = 24.17%

R = 27.96%
G = 47.87%
B = 24.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#76CA66 (or 0x76CA66) is known color: Mantis. HEX triplet: 76, CA and 66. RGB value is (118,202,102). Sum of RGB (Red+Green+Blue) = 118+202+102=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA66 is #893599. Grayscale: #A5A5A5. Windows color (decimal): -8992154 or 6736502. OLE color: 6736502.

HSL color Cylindrical-coordinate representation of color #76CA66: hue angle of 110.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76CA66 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 102 -
CMYK 0.42 0 0.50 0.21
HSL 110.4º 0.49% 0.6% -
HSV(B) 110.4º 0.5% 0.79% -
XYZ 30.99 47.05 20.02 -
YUV 165.48 92.17 94.13 -
System Red Green Blue C M Y K H S L
Decimal 118 202 102 0.42 0 0.50 0.21 110.4 0.49 0.6
Hex 76 CA 66 2A 0 32 15 6E 31 3C
Octal 166 312 146 52 0 62 25 156 61 74
Binary 1110110 11001010 1100110 101010 0 110010 10101 1101110 110001 111100

Color Harmonies of #76CA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA66

Black with #76CA66

Text Example


Text Example

White with #76CA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,202,102); }

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

background-color css

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

 a { background-color: rgb(118,202,102); }

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

border-color css

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

 span { border-color: rgb(118,202,102); }

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