Html Css Color HEX #76E33A Mantis

📋 copy color: '#76E33A'

red 118 ◦ green 227 ◦ blue 58

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

Shades of Mantis #76E33A

Tints of Mantis #76E33A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 56.33%

 BLUE value IS 58 (23.05% from 255) = 14.39%

R = 29.28%
G = 56.33%
B = 14.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#76E33A (or 0x76E33A) is known color: Mantis. HEX triplet: 76, E3 and 3A. RGB value is (118,227,58). Sum of RGB (Red+Green+Blue) = 118+227+58=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 227 (89.06% from 255 or 56.33% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 227 - color contains mainly: green. Hex color #76E33A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76E33A is #891CC5. Grayscale: #AFAFAF. Windows color (decimal): -8985798 or 3859318. OLE color: 3859318.

HSL color Cylindrical-coordinate representation of color #76E33A: hue angle of 98.7º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76E33A is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 118 227 58 -
CMYK 0.48 0 0.74 0.11
HSL 98.7º 0.75% 0.56% -
HSV(B) 98.7º 0.74% 0.89% -
XYZ 35.7 59.1 13.53 -
YUV 175.14 61.89 87.24 -
System Red Green Blue C M Y K H S L
Decimal 118 227 58 0.48 0 0.74 0.11 98.7 0.75 0.56
Hex 76 E3 3A 30 0 4A B 63 4B 38
Octal 166 343 72 60 0 112 13 143 113 70
Binary 1110110 11100011 111010 110000 0 1001010 1011 1100011 1001011 111000

Color Harmonies of #76E33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E33A

Black with #76E33A

Text Example


Text Example

White with #76E33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,227,58); }

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

background-color css

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

 a { background-color: rgb(118,227,58); }

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

border-color css

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

 span { border-color: rgb(118,227,58); }

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