Html Css Color HEX #72BA56 Mantis

📋 copy color: '#72BA56'

red 114 ◦ green 186 ◦ blue 86

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

Shades of Mantis #72BA56

Tints of Mantis #72BA56

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.19%

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

R = 29.53%
G = 48.19%
B = 22.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#72BA56 (or 0x72BA56) is known color: Mantis. HEX triplet: 72, BA and 56. RGB value is (114,186,86). Sum of RGB (Red+Green+Blue) = 114+186+86=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA56 is #8D45A9. Grayscale: #999999. Windows color (decimal): -9258410 or 5683826. OLE color: 5683826.

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

Color convert

RGB 114 186 86 -
CMYK 0.39 0 0.54 0.27
HSL 103.2º 0.42% 0.53% -
HSV(B) 103.2º 0.54% 0.73% -
XYZ 26.18 39.37 15.02 -
YUV 153.07 90.15 100.13 -
System Red Green Blue C M Y K H S L
Decimal 114 186 86 0.39 0 0.54 0.27 103.2 0.42 0.53
Hex 72 BA 56 27 0 36 1B 67 2A 35
Octal 162 272 126 47 0 66 33 147 52 65
Binary 1110010 10111010 1010110 100111 0 110110 11011 1100111 101010 110101

Color Harmonies of #72BA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BA56

Black with #72BA56

Text Example


Text Example

White with #72BA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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