Html Css Color HEX #76D13F Mantis

📋 copy color: '#76D13F'

red 118 ◦ green 209 ◦ blue 63

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

Shades of Mantis #76D13F

Tints of Mantis #76D13F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.59%

 BLUE value IS 63 (25% from 255) = 16.15%

R = 30.26%
G = 53.59%
B = 16.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#76D13F (or 0x76D13F) is known color: Mantis. HEX triplet: 76, D1 and 3F. RGB value is (118,209,63). Sum of RGB (Red+Green+Blue) = 118+209+63=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 209 (82.03% from 255 or 53.59% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 209 - color contains mainly: green. Hex color #76D13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D13F is #892EC0. Grayscale: #A5A5A5. Windows color (decimal): -8990401 or 4182390. OLE color: 4182390.

HSL color Cylindrical-coordinate representation of color #76D13F: hue angle of 97.4º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76D13F is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 209 63 -
CMYK 0.44 0 0.70 0.18
HSL 97.4º 0.61% 0.53% -
HSV(B) 97.4º 0.7% 0.82% -
XYZ 31.17 49.81 12.67 -
YUV 165.15 70.35 94.37 -
System Red Green Blue C M Y K H S L
Decimal 118 209 63 0.44 0 0.70 0.18 97.4 0.61 0.53
Hex 76 D1 3F 2C 0 46 12 61 3D 35
Octal 166 321 77 54 0 106 22 141 75 65
Binary 1110110 11010001 111111 101100 0 1000110 10010 1100001 111101 110101

Color Harmonies of #76D13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D13F

Black with #76D13F

Text Example


Text Example

White with #76D13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,209,63); }

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

background-color css

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

 a { background-color: rgb(118,209,63); }

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

border-color css

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

 span { border-color: rgb(118,209,63); }

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