Html Css Color HEX #76CC48 Mantis

📋 copy color: '#76CC48'

red 118 ◦ green 204 ◦ blue 72

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

Shades of Mantis #76CC48

Tints of Mantis #76CC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.27%

R = 29.95%
G = 51.78%
B = 18.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#76CC48 (or 0x76CC48) is known color: Mantis. HEX triplet: 76, CC and 48. RGB value is (118,204,72). Sum of RGB (Red+Green+Blue) = 118+204+72=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CC48 is #8933B7. Grayscale: #A3A3A3. Windows color (decimal): -8991672 or 4770934. OLE color: 4770934.

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

Color convert

RGB 118 204 72 -
CMYK 0.42 0 0.65 0.2
HSL 99.09º 0.56% 0.54% -
HSV(B) 99.09º 0.65% 0.8% -
XYZ 30.23 47.51 13.71 -
YUV 163.24 76.51 95.73 -
System Red Green Blue C M Y K H S L
Decimal 118 204 72 0.42 0 0.65 0.2 99.09 0.56 0.54
Hex 76 CC 48 2A 0 41 14 63 38 36
Octal 166 314 110 52 0 101 24 143 70 66
Binary 1110110 11001100 1001000 101010 0 1000001 10100 1100011 111000 110110

Color Harmonies of #76CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CC48

Black with #76CC48

Text Example


Text Example

White with #76CC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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