Html Css Color HEX #72DD52 Mantis

📋 copy color: '#72DD52'

red 114 ◦ green 221 ◦ blue 82

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

Shades of Mantis #72DD52

Tints of Mantis #72DD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53%

 BLUE value IS 82 (32.42% from 255) = 19.66%

R = 27.34%
G = 53%
B = 19.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#72DD52 (or 0x72DD52) is known color: Mantis. HEX triplet: 72, DD and 52. RGB value is (114,221,82). Sum of RGB (Red+Green+Blue) = 114+221+82=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #72DD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DD52 is #8D22AD. Grayscale: #ADADAD. Windows color (decimal): -9249454 or 5430642. OLE color: 5430642.

HSL color Cylindrical-coordinate representation of color #72DD52: hue angle of 106.19º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72DD52 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 221 82 -
CMYK 0.48 0 0.63 0.13
HSL 106.19º 0.67% 0.59% -
HSV(B) 106.19º 0.63% 0.87% -
XYZ 34.32 55.9 16.96 -
YUV 173.16 76.55 85.8 -
System Red Green Blue C M Y K H S L
Decimal 114 221 82 0.48 0 0.63 0.13 106.19 0.67 0.59
Hex 72 DD 52 30 0 3F D 6A 43 3B
Octal 162 335 122 60 0 77 15 152 103 73
Binary 1110010 11011101 1010010 110000 0 111111 1101 1101010 1000011 111011

Color Harmonies of #72DD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DD52

Black with #72DD52

Text Example


Text Example

White with #72DD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,221,82); }

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

background-color css

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

 a { background-color: rgb(114,221,82); }

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

border-color css

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

 span { border-color: rgb(114,221,82); }

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