Html Css Color HEX #72D061 Mantis

📋 copy color: '#72D061'

red 114 ◦ green 208 ◦ blue 97

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

Shades of Mantis #72D061

Tints of Mantis #72D061

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.64%

 BLUE value IS 97 (38.28% from 255) = 23.15%

R = 27.21%
G = 49.64%
B = 23.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#72D061 (or 0x72D061) is known color: Mantis. HEX triplet: 72, D0 and 61. RGB value is (114,208,97). Sum of RGB (Red+Green+Blue) = 114+208+97=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #72D061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D061 is #8D2F9E. Grayscale: #A7A7A7. Windows color (decimal): -9252767 or 6410354. OLE color: 6410354.

HSL color Cylindrical-coordinate representation of color #72D061: hue angle of 110.81º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72D061 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 208 97 -
CMYK 0.45 0 0.53 0.18
HSL 110.81º 0.54% 0.6% -
HSV(B) 110.81º 0.53% 0.82% -
XYZ 31.65 49.55 19.21 -
YUV 167.24 88.36 90.03 -
System Red Green Blue C M Y K H S L
Decimal 114 208 97 0.45 0 0.53 0.18 110.81 0.54 0.6
Hex 72 D0 61 2D 0 35 12 6F 36 3C
Octal 162 320 141 55 0 65 22 157 66 74
Binary 1110010 11010000 1100001 101101 0 110101 10010 1101111 110110 111100

Color Harmonies of #72D061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D061

Black with #72D061

Text Example


Text Example

White with #72D061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,208,97); }

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

background-color css

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

 a { background-color: rgb(114,208,97); }

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

border-color css

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

 span { border-color: rgb(114,208,97); }

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