Html Css Color HEX #72BA5D Mantis

📋 copy color: '#72BA5D'

red 114 ◦ green 186 ◦ blue 93

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

Shades of Mantis #72BA5D

Tints of Mantis #72BA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.66%

R = 29.01%
G = 47.33%
B = 23.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#72BA5D (or 0x72BA5D) is known color: Mantis. HEX triplet: 72, BA and 5D. RGB value is (114,186,93). Sum of RGB (Red+Green+Blue) = 114+186+93=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA5D is #8D45A2. Grayscale: #9A9A9A. Windows color (decimal): -9258403 or 6142578. OLE color: 6142578.

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

Color convert

RGB 114 186 93 -
CMYK 0.39 0 0.5 0.27
HSL 106.45º 0.4% 0.55% -
HSV(B) 106.45º 0.5% 0.73% -
XYZ 26.47 39.49 16.58 -
YUV 153.87 93.65 99.56 -
System Red Green Blue C M Y K H S L
Decimal 114 186 93 0.39 0 0.5 0.27 106.45 0.4 0.55
Hex 72 BA 5D 27 0 32 1B 6A 28 37
Octal 162 272 135 47 0 62 33 152 50 67
Binary 1110010 10111010 1011101 100111 0 110010 11011 1101010 101000 110111

Color Harmonies of #72BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BA5D

Black with #72BA5D

Text Example


Text Example

White with #72BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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