Html Css Color HEX #72C864 Mantis

📋 copy color: '#72C864'

red 114 ◦ green 200 ◦ blue 100

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

Shades of Mantis #72C864

Tints of Mantis #72C864

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.31%

 BLUE value IS 100 (39.45% from 255) = 24.15%

R = 27.54%
G = 48.31%
B = 24.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#72C864 (or 0x72C864) is known color: Mantis. HEX triplet: 72, C8 and 64. RGB value is (114,200,100). Sum of RGB (Red+Green+Blue) = 114+200+100=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #72C864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C864 is #8D379B. Grayscale: #A3A3A3. Windows color (decimal): -9254812 or 6604914. OLE color: 6604914.

HSL color Cylindrical-coordinate representation of color #72C864: hue angle of 111.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72C864 is Cyan = 0.43, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 200 100 -
CMYK 0.43 0 0.5 0.22
HSL 111.6º 0.48% 0.59% -
HSV(B) 111.6º 0.5% 0.78% -
XYZ 29.89 45.81 19.32 -
YUV 162.89 92.51 93.13 -
System Red Green Blue C M Y K H S L
Decimal 114 200 100 0.43 0 0.5 0.22 111.6 0.48 0.59
Hex 72 C8 64 2B 0 32 16 70 30 3B
Octal 162 310 144 53 0 62 26 160 60 73
Binary 1110010 11001000 1100100 101011 0 110010 10110 1110000 110000 111011

Color Harmonies of #72C864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C864

Black with #72C864

Text Example


Text Example

White with #72C864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,200,100); }

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

background-color css

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

 a { background-color: rgb(114,200,100); }

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

border-color css

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

 span { border-color: rgb(114,200,100); }

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