Html Css Color HEX #76CE40 Mantis

📋 copy color: '#76CE40'

red 118 ◦ green 206 ◦ blue 64

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

Shades of Mantis #76CE40

Tints of Mantis #76CE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.09%

 BLUE value IS 64 (25.39% from 255) = 16.49%

R = 30.41%
G = 53.09%
B = 16.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#76CE40 (or 0x76CE40) is known color: Mantis. HEX triplet: 76, CE and 40. RGB value is (118,206,64). Sum of RGB (Red+Green+Blue) = 118+206+64=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 206 (80.86% from 255 or 53.09% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CE40 is #8931BF. Grayscale: #A3A3A3. Windows color (decimal): -8991168 or 4247158. OLE color: 4247158.

HSL color Cylindrical-coordinate representation of color #76CE40: hue angle of 97.18º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76CE40 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 206 64 -
CMYK 0.43 0 0.69 0.19
HSL 97.18º 0.59% 0.53% -
HSV(B) 97.18º 0.69% 0.81% -
XYZ 30.47 48.36 12.58 -
YUV 163.5 71.85 95.55 -
System Red Green Blue C M Y K H S L
Decimal 118 206 64 0.43 0 0.69 0.19 97.18 0.59 0.53
Hex 76 CE 40 2B 0 45 13 61 3B 35
Octal 166 316 100 53 0 105 23 141 73 65
Binary 1110110 11001110 1000000 101011 0 1000101 10011 1100001 111011 110101

Color Harmonies of #76CE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE40

Black with #76CE40

Text Example


Text Example

White with #76CE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,206,64); }

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

background-color css

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

 a { background-color: rgb(118,206,64); }

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

border-color css

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

 span { border-color: rgb(118,206,64); }

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