Html Css Color HEX #76BD4C Mantis

📋 copy color: '#76BD4C'

red 118 ◦ green 189 ◦ blue 76

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

Shades of Mantis #76BD4C

Tints of Mantis #76BD4C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.35%

 BLUE value IS 76 (30.08% from 255) = 19.84%

R = 30.81%
G = 49.35%
B = 19.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#76BD4C (or 0x76BD4C) is known color: Mantis. HEX triplet: 76, BD and 4C. RGB value is (118,189,76). Sum of RGB (Red+Green+Blue) = 118+189+76=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BD4C is #8942B3. Grayscale: #9B9B9B. Windows color (decimal): -8995508 or 5029238. OLE color: 5029238.

HSL color Cylindrical-coordinate representation of color #76BD4C: hue angle of 97.7º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76BD4C is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 189 76 -
CMYK 0.38 0 0.60 0.26
HSL 97.7º 0.46% 0.52% -
HSV(B) 97.7º 0.6% 0.74% -
XYZ 26.97 40.77 13.28 -
YUV 154.89 83.48 101.69 -
System Red Green Blue C M Y K H S L
Decimal 118 189 76 0.38 0 0.60 0.26 97.7 0.46 0.52
Hex 76 BD 4C 26 0 3C 1A 62 2E 34
Octal 166 275 114 46 0 74 32 142 56 64
Binary 1110110 10111101 1001100 100110 0 111100 11010 1100010 101110 110100

Color Harmonies of #76BD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BD4C

Black with #76BD4C

Text Example


Text Example

White with #76BD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,189,76); }

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

background-color css

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

 a { background-color: rgb(118,189,76); }

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

border-color css

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

 span { border-color: rgb(118,189,76); }

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