Html Css Color HEX #76DE46 Mantis

📋 copy color: '#76DE46'

red 118 ◦ green 222 ◦ blue 70

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

Shades of Mantis #76DE46

Tints of Mantis #76DE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.07%

R = 28.78%
G = 54.15%
B = 17.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#76DE46 (or 0x76DE46) is known color: Mantis. HEX triplet: 76, DE and 46. RGB value is (118,222,70). Sum of RGB (Red+Green+Blue) = 118+222+70=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 222 (87.11% from 255 or 54.15% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 222 - color contains mainly: green. Hex color #76DE46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DE46 is #8921B9. Grayscale: #AEAEAE. Windows color (decimal): -8987066 or 4644470. OLE color: 4644470.

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

Color convert

RGB 118 222 70 -
CMYK 0.47 0 0.68 0.13
HSL 101.05º 0.7% 0.57% -
HSV(B) 101.05º 0.68% 0.87% -
XYZ 34.7 56.54 14.88 -
YUV 173.58 69.54 88.36 -
System Red Green Blue C M Y K H S L
Decimal 118 222 70 0.47 0 0.68 0.13 101.05 0.7 0.57
Hex 76 DE 46 2F 0 44 D 65 46 39
Octal 166 336 106 57 0 104 15 145 106 71
Binary 1110110 11011110 1000110 101111 0 1000100 1101 1100101 1000110 111001

Color Harmonies of #76DE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DE46

Black with #76DE46

Text Example


Text Example

White with #76DE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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