Html Css Color HEX #72DB41 Mantis

📋 copy color: '#72DB41'

red 114 ◦ green 219 ◦ blue 65

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

Shades of Mantis #72DB41

Tints of Mantis #72DB41

RGB

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

 GREEN value IS 219 (85.94% from 255) = 55.03%

 BLUE value IS 65 (25.78% from 255) = 16.33%

R = 28.64%
G = 55.03%
B = 16.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#72DB41 (or 0x72DB41) is known color: Mantis. HEX triplet: 72, DB and 41. RGB value is (114,219,65). Sum of RGB (Red+Green+Blue) = 114+219+65=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DB41 is #8D24BE. Grayscale: #AAAAAA. Windows color (decimal): -9249983 or 4316018. OLE color: 4316018.

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

Color convert

RGB 114 219 65 -
CMYK 0.48 0 0.70 0.14
HSL 100.91º 0.68% 0.56% -
HSV(B) 100.91º 0.7% 0.86% -
XYZ 33.23 54.62 13.79 -
YUV 170.05 68.71 88.02 -
System Red Green Blue C M Y K H S L
Decimal 114 219 65 0.48 0 0.70 0.14 100.91 0.68 0.56
Hex 72 DB 41 30 0 46 E 65 44 38
Octal 162 333 101 60 0 106 16 145 104 70
Binary 1110010 11011011 1000001 110000 0 1000110 1110 1100101 1000100 111000

Color Harmonies of #72DB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DB41

Black with #72DB41

Text Example


Text Example

White with #72DB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,219,65); }

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

background-color css

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

 a { background-color: rgb(114,219,65); }

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

border-color css

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

 span { border-color: rgb(114,219,65); }

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