Html Css Color HEX #72DC55 Mantis

📋 copy color: '#72DC55'

red 114 ◦ green 220 ◦ blue 85

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

Shades of Mantis #72DC55

Tints of Mantis #72DC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.29%

R = 27.21%
G = 52.51%
B = 20.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#72DC55 (or 0x72DC55) is known color: Mantis. HEX triplet: 72, DC and 55. RGB value is (114,220,85). Sum of RGB (Red+Green+Blue) = 114+220+85=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DC55 is #8D23AA. Grayscale: #ADADAD. Windows color (decimal): -9249707 or 5626994. OLE color: 5626994.

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

Color convert

RGB 114 220 85 -
CMYK 0.48 0 0.61 0.14
HSL 107.11º 0.66% 0.6% -
HSV(B) 107.11º 0.61% 0.86% -
XYZ 34.17 55.42 17.49 -
YUV 172.92 78.38 85.98 -
System Red Green Blue C M Y K H S L
Decimal 114 220 85 0.48 0 0.61 0.14 107.11 0.66 0.6
Hex 72 DC 55 30 0 3D E 6B 42 3C
Octal 162 334 125 60 0 75 16 153 102 74
Binary 1110010 11011100 1010101 110000 0 111101 1110 1101011 1000010 111100

Color Harmonies of #72DC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DC55

Black with #72DC55

Text Example


Text Example

White with #72DC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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