Html Css Color HEX #72DC44 Mantis

📋 copy color: '#72DC44'

red 114 ◦ green 220 ◦ blue 68

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

Shades of Mantis #72DC44

Tints of Mantis #72DC44

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.73%

 BLUE value IS 68 (26.95% from 255) = 16.92%

R = 28.36%
G = 54.73%
B = 16.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#72DC44 (or 0x72DC44) is known color: Mantis. HEX triplet: 72, DC and 44. RGB value is (114,220,68). Sum of RGB (Red+Green+Blue) = 114+220+68=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DC44 is #8D23BB. Grayscale: #ABABAB. Windows color (decimal): -9249724 or 4512882. OLE color: 4512882.

HSL color Cylindrical-coordinate representation of color #72DC44: hue angle of 101.84º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72DC44 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 220 68 -
CMYK 0.48 0 0.69 0.14
HSL 101.84º 0.68% 0.56% -
HSV(B) 101.84º 0.69% 0.86% -
XYZ 33.58 55.18 14.35 -
YUV 170.98 69.88 87.36 -
System Red Green Blue C M Y K H S L
Decimal 114 220 68 0.48 0 0.69 0.14 101.84 0.68 0.56
Hex 72 DC 44 30 0 45 E 66 44 38
Octal 162 334 104 60 0 105 16 146 104 70
Binary 1110010 11011100 1000100 110000 0 1000101 1110 1100110 1000100 111000

Color Harmonies of #72DC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DC44

Black with #72DC44

Text Example


Text Example

White with #72DC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,220,68); }

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

background-color css

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

 a { background-color: rgb(114,220,68); }

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

border-color css

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

 span { border-color: rgb(114,220,68); }

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