Html Css Color HEX #72BD56 Mantis

📋 copy color: '#72BD56'

red 114 ◦ green 189 ◦ blue 86

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

Shades of Mantis #72BD56

Tints of Mantis #72BD56

RGB

 RED value IS 114 (44.92% from 255) = 29.31%

 GREEN value IS 189 (74.22% from 255) = 48.59%

 BLUE value IS 86 (33.98% from 255) = 22.11%

R = 29.31%
G = 48.59%
B = 22.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#72BD56 (or 0x72BD56) is known color: Mantis. HEX triplet: 72, BD and 56. RGB value is (114,189,86). Sum of RGB (Red+Green+Blue) = 114+189+86=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BD56 is #8D42A9. Grayscale: #9B9B9B. Windows color (decimal): -9257642 or 5684594. OLE color: 5684594.

HSL color Cylindrical-coordinate representation of color #72BD56: hue angle of 103.69º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72BD56 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 189 86 -
CMYK 0.40 0 0.54 0.26
HSL 103.69º 0.44% 0.54% -
HSV(B) 103.69º 0.54% 0.74% -
XYZ 26.82 40.64 15.24 -
YUV 154.83 89.15 98.88 -
System Red Green Blue C M Y K H S L
Decimal 114 189 86 0.40 0 0.54 0.26 103.69 0.44 0.54
Hex 72 BD 56 28 0 36 1A 68 2C 36
Octal 162 275 126 50 0 66 32 150 54 66
Binary 1110010 10111101 1010110 101000 0 110110 11010 1101000 101100 110110

Color Harmonies of #72BD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BD56

Black with #72BD56

Text Example


Text Example

White with #72BD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,189,86); }

 H1.HeaderClassName
 {
   color: #72BD56;
 }
 .AnyTagClassName
 {
   color: #72BD56;
 }
</style>

background-color css

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

 a { background-color: rgb(114,189,86); }

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

border-color css

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

 span { border-color: rgb(114,189,86); }

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