Html Css Color HEX #72BD5F Mantis

📋 copy color: '#72BD5F'

red 114 ◦ green 189 ◦ blue 95

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

Shades of Mantis #72BD5F

Tints of Mantis #72BD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.87%

R = 28.64%
G = 47.49%
B = 23.87%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#72BD5F (or 0x72BD5F) is known color: Mantis. HEX triplet: 72, BD and 5F. RGB value is (114,189,95). Sum of RGB (Red+Green+Blue) = 114+189+95=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BD5F is #8D42A0. Grayscale: #9C9C9C. Windows color (decimal): -9257633 or 6274418. OLE color: 6274418.

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

Color convert

RGB 114 189 95 -
CMYK 0.40 0 0.50 0.26
HSL 107.87º 0.42% 0.56% -
HSV(B) 107.87º 0.5% 0.74% -
XYZ 27.2 40.8 17.27 -
YUV 155.86 93.65 98.14 -
System Red Green Blue C M Y K H S L
Decimal 114 189 95 0.40 0 0.50 0.26 107.87 0.42 0.56
Hex 72 BD 5F 28 0 32 1A 6C 2A 38
Octal 162 275 137 50 0 62 32 154 52 70
Binary 1110010 10111101 1011111 101000 0 110010 11010 1101100 101010 111000

Color Harmonies of #72BD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BD5F

Black with #72BD5F

Text Example


Text Example

White with #72BD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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