#72EA38

Color #72EA38 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #72EA38

Tints of Mantis #72EA38

Color information

#72EA38 (or 0x72EA38) is unknown color: approx Mantis. HEX triplet: 72, EA and 38. RGB value is (114,234,56). Sum of RGB (Red+Green+Blue) = 114+234+56=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 234 (91.80% from 255 or 57.92% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 234 - color contains mainly: green. Hex color #72EA38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72EA38 is #8D15C7. Grayscale: #B2B2B2. Windows color (decimal): -9246152 or 3730034. OLE color: 3730034.

HSL color Cylindrical-coordinate representation of color #72EA38: hue angle of 100.45º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72EA38 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB11423456-
CMYK0.5100.760.08
HSL100.45º80.91%56.86%-
HSV(B)100.45º76.07%91.76%-
XYZ37.0862.7113.89-
YUV177.8359.2482.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.22%
GREEN value IS 234 (91.80% from 255) = 57.92%
BLUE value IS 56 (22.27% from 255) = 13.86%
R=28.22%
G=57.92%
B=13.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal114234560.5100.760.08100.4580.9156.86
Hex72EA383304C8645139
Octal162352706301141014412171
Binary11100101110101011100011001101001100100011001001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72EA38; }

 p { color: rgb(114,234,56); }

 H1.HeaderClassName
 {
   color: #72EA38;
 }
 .AnyTagClassName
 {
   color: #72EA38;
 }
</style>
background-color css

<style>
 a { background-color: #72EA38; }

 a { background-color: rgb(114,234,56); }

 div.DivClassName
 {
   background-color: #72EA38;
 }
 .BgClassName
 {
   background-color: #72EA38;
 }
</style>
border-color css

<style>
 span { border-color: #72EA38; }

 span { border-color: rgb(114,234,56); }

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