Html Css Color HEX #72BD52 Mantis

📋 copy color: '#72BD52'

red 114 ◦ green 189 ◦ blue 82

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

Shades of Mantis #72BD52

Tints of Mantis #72BD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.3%

R = 29.61%
G = 49.09%
B = 21.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#72BD52 (or 0x72BD52) is known color: Mantis. HEX triplet: 72, BD and 52. RGB value is (114,189,82). Sum of RGB (Red+Green+Blue) = 114+189+82=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BD52 is #8D42AD. Grayscale: #9A9A9A. Windows color (decimal): -9257646 or 5422450. OLE color: 5422450.

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

Color convert

RGB 114 189 82 -
CMYK 0.40 0 0.57 0.26
HSL 102.06º 0.45% 0.53% -
HSV(B) 102.06º 0.57% 0.74% -
XYZ 26.66 40.58 14.41 -
YUV 154.38 87.15 99.2 -
System Red Green Blue C M Y K H S L
Decimal 114 189 82 0.40 0 0.57 0.26 102.06 0.45 0.53
Hex 72 BD 52 28 0 39 1A 66 2D 35
Octal 162 275 122 50 0 71 32 146 55 65
Binary 1110010 10111101 1010010 101000 0 111001 11010 1100110 101101 110101

Color Harmonies of #72BD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BD52

Black with #72BD52

Text Example


Text Example

White with #72BD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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