Html Css Color HEX #72B55A Mantis

📋 copy color: '#72B55A'

red 114 ◦ green 181 ◦ blue 90

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

Shades of Mantis #72B55A

Tints of Mantis #72B55A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.01%

 BLUE value IS 90 (35.55% from 255) = 23.38%

R = 29.61%
G = 47.01%
B = 23.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#72B55A (or 0x72B55A) is known color: Mantis. HEX triplet: 72, B5 and 5A. RGB value is (114,181,90). Sum of RGB (Red+Green+Blue) = 114+181+90=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #72B55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B55A is #8D4AA5. Grayscale: #969696. Windows color (decimal): -9259686 or 5944690. OLE color: 5944690.

HSL color Cylindrical-coordinate representation of color #72B55A: hue angle of 104.18º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72B55A is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 181 90 -
CMYK 0.37 0 0.50 0.29
HSL 104.18º 0.38% 0.53% -
HSV(B) 104.18º 0.5% 0.71% -
XYZ 25.31 37.36 15.55 -
YUV 150.59 93.8 101.9 -
System Red Green Blue C M Y K H S L
Decimal 114 181 90 0.37 0 0.50 0.29 104.18 0.38 0.53
Hex 72 B5 5A 25 0 32 1D 68 26 35
Octal 162 265 132 45 0 62 35 150 46 65
Binary 1110010 10110101 1011010 100101 0 110010 11101 1101000 100110 110101

Color Harmonies of #72B55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B55A

Black with #72B55A

Text Example


Text Example

White with #72B55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,181,90); }

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

background-color css

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

 a { background-color: rgb(114,181,90); }

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

border-color css

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

 span { border-color: rgb(114,181,90); }

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