Html Css Color HEX #72BD61 Mantis

📋 copy color: '#72BD61'

red 114 ◦ green 189 ◦ blue 97

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

Shades of Mantis #72BD61

Tints of Mantis #72BD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.25%

R = 28.5%
G = 47.25%
B = 24.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#72BD61 (or 0x72BD61) is known color: Mantis. HEX triplet: 72, BD and 61. RGB value is (114,189,97). Sum of RGB (Red+Green+Blue) = 114+189+97=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BD61 is #8D429E. Grayscale: #9C9C9C. Windows color (decimal): -9257631 or 6405490. OLE color: 6405490.

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

Color convert

RGB 114 189 97 -
CMYK 0.40 0 0.49 0.26
HSL 108.91º 0.41% 0.56% -
HSV(B) 108.91º 0.49% 0.74% -
XYZ 27.29 40.84 17.75 -
YUV 156.09 94.65 97.98 -
System Red Green Blue C M Y K H S L
Decimal 114 189 97 0.40 0 0.49 0.26 108.91 0.41 0.56
Hex 72 BD 61 28 0 31 1A 6D 29 38
Octal 162 275 141 50 0 61 32 155 51 70
Binary 1110010 10111101 1100001 101000 0 110001 11010 1101101 101001 111000

Color Harmonies of #72BD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BD61

Black with #72BD61

Text Example


Text Example

White with #72BD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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