Html Css Color HEX #76DE4A Mantis

📋 copy color: '#76DE4A'

red 118 ◦ green 222 ◦ blue 74

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

Shades of Mantis #76DE4A

Tints of Mantis #76DE4A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.62%

 BLUE value IS 74 (29.3% from 255) = 17.87%

R = 28.5%
G = 53.62%
B = 17.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#76DE4A (or 0x76DE4A) is known color: Mantis. HEX triplet: 76, DE and 4A. RGB value is (118,222,74). Sum of RGB (Red+Green+Blue) = 118+222+74=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 222 (87.11% from 255 or 53.62% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 222 - color contains mainly: green. Hex color #76DE4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DE4A is #8921B5. Grayscale: #AEAEAE. Windows color (decimal): -8987062 or 4906614. OLE color: 4906614.

HSL color Cylindrical-coordinate representation of color #76DE4A: hue angle of 102.16º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76DE4A is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 222 74 -
CMYK 0.47 0 0.67 0.13
HSL 102.16º 0.69% 0.58% -
HSV(B) 102.16º 0.67% 0.87% -
XYZ 34.83 56.59 15.57 -
YUV 174.03 71.54 88.03 -
System Red Green Blue C M Y K H S L
Decimal 118 222 74 0.47 0 0.67 0.13 102.16 0.69 0.58
Hex 76 DE 4A 2F 0 43 D 66 45 3A
Octal 166 336 112 57 0 103 15 146 105 72
Binary 1110110 11011110 1001010 101111 0 1000011 1101 1100110 1000101 111010

Color Harmonies of #76DE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DE4A

Black with #76DE4A

Text Example


Text Example

White with #76DE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,222,74); }

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

background-color css

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

 a { background-color: rgb(118,222,74); }

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

border-color css

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

 span { border-color: rgb(118,222,74); }

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