Html Css Color HEX #72D142 Mantis

📋 copy color: '#72D142'

red 114 ◦ green 209 ◦ blue 66

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

Shades of Mantis #72D142

Tints of Mantis #72D142

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.73%

 BLUE value IS 66 (26.17% from 255) = 16.97%

R = 29.31%
G = 53.73%
B = 16.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#72D142 (or 0x72D142) is known color: Mantis. HEX triplet: 72, D1 and 42. RGB value is (114,209,66). Sum of RGB (Red+Green+Blue) = 114+209+66=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #72D142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D142 is #8D2EBD. Grayscale: #A4A4A4. Windows color (decimal): -9252542 or 4378994. OLE color: 4378994.

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

Color convert

RGB 114 209 66 -
CMYK 0.45 0 0.68 0.18
HSL 99.86º 0.61% 0.54% -
HSV(B) 99.86º 0.68% 0.82% -
XYZ 30.72 49.57 13.1 -
YUV 164.29 72.53 92.13 -
System Red Green Blue C M Y K H S L
Decimal 114 209 66 0.45 0 0.68 0.18 99.86 0.61 0.54
Hex 72 D1 42 2D 0 44 12 64 3D 36
Octal 162 321 102 55 0 104 22 144 75 66
Binary 1110010 11010001 1000010 101101 0 1000100 10010 1100100 111101 110110

Color Harmonies of #72D142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D142

Black with #72D142

Text Example


Text Example

White with #72D142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,209,66); }

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

background-color css

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

 a { background-color: rgb(114,209,66); }

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

border-color css

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

 span { border-color: rgb(114,209,66); }

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