Html Css Color HEX #72DF40 Mantis

📋 copy color: '#72DF40'

red 114 ◦ green 223 ◦ blue 64

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

Shades of Mantis #72DF40

Tints of Mantis #72DF40

RGB

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

 GREEN value IS 223 (87.5% from 255) = 55.61%

 BLUE value IS 64 (25.39% from 255) = 15.96%

R = 28.43%
G = 55.61%
B = 15.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#72DF40 (or 0x72DF40) is known color: Mantis. HEX triplet: 72, DF and 40. RGB value is (114,223,64). Sum of RGB (Red+Green+Blue) = 114+223+64=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #72DF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DF40 is #8D20BF. Grayscale: #ACACAC. Windows color (decimal): -9248960 or 4251506. OLE color: 4251506.

HSL color Cylindrical-coordinate representation of color #72DF40: hue angle of 101.13º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72DF40 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 223 64 -
CMYK 0.49 0 0.71 0.13
HSL 101.13º 0.71% 0.56% -
HSV(B) 101.13º 0.71% 0.87% -
XYZ 34.25 56.72 13.99 -
YUV 172.28 66.89 86.43 -
System Red Green Blue C M Y K H S L
Decimal 114 223 64 0.49 0 0.71 0.13 101.13 0.71 0.56
Hex 72 DF 40 31 0 47 D 65 47 38
Octal 162 337 100 61 0 107 15 145 107 70
Binary 1110010 11011111 1000000 110001 0 1000111 1101 1100101 1000111 111000

Color Harmonies of #72DF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DF40

Black with #72DF40

Text Example


Text Example

White with #72DF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,223,64); }

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

background-color css

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

 a { background-color: rgb(114,223,64); }

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

border-color css

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

 span { border-color: rgb(114,223,64); }

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