Html Css Color HEX #72BF5F Mantis

📋 copy color: '#72BF5F'

red 114 ◦ green 191 ◦ blue 95

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

Shades of Mantis #72BF5F

Tints of Mantis #72BF5F

RGB

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

 GREEN value IS 191 (75% from 255) = 47.75%

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

R = 28.5%
G = 47.75%
B = 23.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#72BF5F (or 0x72BF5F) is known color: Mantis. HEX triplet: 72, BF and 5F. RGB value is (114,191,95). Sum of RGB (Red+Green+Blue) = 114+191+95=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BF5F is #8D40A0. Grayscale: #9D9D9D. Windows color (decimal): -9257121 or 6274930. OLE color: 6274930.

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

Color convert

RGB 114 191 95 -
CMYK 0.40 0 0.50 0.25
HSL 108.13º 0.43% 0.56% -
HSV(B) 108.13º 0.5% 0.75% -
XYZ 27.64 41.67 17.41 -
YUV 157.03 92.99 97.31 -
System Red Green Blue C M Y K H S L
Decimal 114 191 95 0.40 0 0.50 0.25 108.13 0.43 0.56
Hex 72 BF 5F 28 0 32 19 6C 2B 38
Octal 162 277 137 50 0 62 31 154 53 70
Binary 1110010 10111111 1011111 101000 0 110010 11001 1101100 101011 111000

Color Harmonies of #72BF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BF5F

Black with #72BF5F

Text Example


Text Example

White with #72BF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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