#72BA58

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

Shades of Mantis #72BA58

Tints of Mantis #72BA58

Color information

#72BA58 (or 0x72BA58) is unknown color: approx Mantis. HEX triplet: 72, BA and 58. RGB value is (114,186,88). Sum of RGB (Red+Green+Blue) = 114+186+88=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA58 is #8D45A7. Grayscale: #999999. Windows color (decimal): -9258408 or 5814898. OLE color: 5814898.

HSL color Cylindrical-coordinate representation of color #72BA58: hue angle of 104.08º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72BA58 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB11418688-
CMYK0.3900.530.27
HSL104.08º41.53%53.73%-
HSV(B)104.08º52.69%72.94%-
XYZ26.2639.415.45-
YUV153.391.1599.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 186 (73.05% from 255) = 47.94%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=29.38%
G=47.94%
B=22.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114186880.3900.530.27104.0841.5353.73
Hex72BA58270351B682a36
Octal16227213047065331505266
Binary11100101011101010110001001110110101110111101000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,186,88); }

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

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

 a { background-color: rgb(114,186,88); }

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

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

 span { border-color: rgb(114,186,88); }

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