Html Css Color HEX #72CF56 Mantis

📋 copy color: '#72CF56'

red 114 ◦ green 207 ◦ blue 86

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

Shades of Mantis #72CF56

Tints of Mantis #72CF56

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.86%

 BLUE value IS 86 (33.98% from 255) = 21.13%

R = 28.01%
G = 50.86%
B = 21.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#72CF56 (or 0x72CF56) is known color: Mantis. HEX triplet: 72, CF and 56. RGB value is (114,207,86). Sum of RGB (Red+Green+Blue) = 114+207+86=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CF56 is #8D30A9. Grayscale: #A5A5A5. Windows color (decimal): -9253034 or 5689202. OLE color: 5689202.

HSL color Cylindrical-coordinate representation of color #72CF56: hue angle of 106.12º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72CF56 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 207 86 -
CMYK 0.45 0 0.58 0.19
HSL 106.12º 0.56% 0.57% -
HSV(B) 106.12º 0.58% 0.81% -
XYZ 30.93 48.87 16.61 -
YUV 165.4 83.19 91.34 -
System Red Green Blue C M Y K H S L
Decimal 114 207 86 0.45 0 0.58 0.19 106.12 0.56 0.57
Hex 72 CF 56 2D 0 3A 13 6A 38 39
Octal 162 317 126 55 0 72 23 152 70 71
Binary 1110010 11001111 1010110 101101 0 111010 10011 1101010 111000 111001

Color Harmonies of #72CF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CF56

Black with #72CF56

Text Example


Text Example

White with #72CF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,207,86); }

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

background-color css

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

 a { background-color: rgb(114,207,86); }

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

border-color css

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

 span { border-color: rgb(114,207,86); }

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