Html Css Color HEX #72BA58 Mantis

📋 copy color: '#72BA58'

red 114 ◦ green 186 ◦ blue 88

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

Shades of Mantis #72BA58

Tints of Mantis #72BA58

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 value IS 0.39

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#72BA58 (or 0x72BA58) is known color: 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

RGB 114 186 88 -
CMYK 0.39 0 0.53 0.27
HSL 104.08º 0.42% 0.54% -
HSV(B) 104.08º 0.53% 0.73% -
XYZ 26.26 39.4 15.45 -
YUV 153.3 91.15 99.97 -
System Red Green Blue C M Y K H S L
Decimal 114 186 88 0.39 0 0.53 0.27 104.08 0.42 0.54
Hex 72 BA 58 27 0 35 1B 68 2A 36
Octal 162 272 130 47 0 65 33 150 52 66
Binary 1110010 10111010 1011000 100111 0 110101 11011 1101000 101010 110110

Color Harmonies of #72BA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BA58

Black with #72BA58

Text Example


Text Example

White with #72BA58

Text Example


Text Example

HTML Codes & Css Web 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>