Html Css Color HEX #72D946 Mantis

📋 copy color: '#72D946'

red 114 ◦ green 217 ◦ blue 70

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

Shades of Mantis #72D946

Tints of Mantis #72D946

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.11%

 BLUE value IS 70 (27.73% from 255) = 17.46%

R = 28.43%
G = 54.11%
B = 17.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#72D946 (or 0x72D946) is known color: Mantis. HEX triplet: 72, D9 and 46. RGB value is (114,217,70). Sum of RGB (Red+Green+Blue) = 114+217+70=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #72D946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D946 is #8D26B9. Grayscale: #A9A9A9. Windows color (decimal): -9250490 or 4643186. OLE color: 4643186.

HSL color Cylindrical-coordinate representation of color #72D946: hue angle of 102.04º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72D946 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 217 70 -
CMYK 0.47 0 0.68 0.15
HSL 102.04º 0.66% 0.56% -
HSV(B) 102.04º 0.68% 0.85% -
XYZ 32.86 53.65 14.42 -
YUV 169.45 71.88 88.45 -
System Red Green Blue C M Y K H S L
Decimal 114 217 70 0.47 0 0.68 0.15 102.04 0.66 0.56
Hex 72 D9 46 2F 0 44 F 66 42 38
Octal 162 331 106 57 0 104 17 146 102 70
Binary 1110010 11011001 1000110 101111 0 1000100 1111 1100110 1000010 111000

Color Harmonies of #72D946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D946

Black with #72D946

Text Example


Text Example

White with #72D946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,217,70); }

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

background-color css

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

 a { background-color: rgb(114,217,70); }

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

border-color css

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

 span { border-color: rgb(114,217,70); }

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