Html Css Color HEX #76CA46 Mantis

📋 copy color: '#76CA46'

red 118 ◦ green 202 ◦ blue 70

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

Shades of Mantis #76CA46

Tints of Mantis #76CA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.95%

R = 30.26%
G = 51.79%
B = 17.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#76CA46 (or 0x76CA46) is known color: Mantis. HEX triplet: 76, CA and 46. RGB value is (118,202,70). Sum of RGB (Red+Green+Blue) = 118+202+70=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CA46 is #8935B9. Grayscale: #A2A2A2. Windows color (decimal): -8992186 or 4639350. OLE color: 4639350.

HSL color Cylindrical-coordinate representation of color #76CA46: hue angle of 98.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76CA46 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 70 -
CMYK 0.42 0 0.65 0.21
HSL 98.18º 0.55% 0.53% -
HSV(B) 98.18º 0.65% 0.79% -
XYZ 29.7 46.53 13.21 -
YUV 161.84 76.17 96.73 -
System Red Green Blue C M Y K H S L
Decimal 118 202 70 0.42 0 0.65 0.21 98.18 0.55 0.53
Hex 76 CA 46 2A 0 41 15 62 37 35
Octal 166 312 106 52 0 101 25 142 67 65
Binary 1110110 11001010 1000110 101010 0 1000001 10101 1100010 110111 110101

Color Harmonies of #76CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA46

Black with #76CA46

Text Example


Text Example

White with #76CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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