Html Css Color HEX #72DF46 Mantis

📋 copy color: '#72DF46'

red 114 ◦ green 223 ◦ blue 70

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

Shades of Mantis #72DF46

Tints of Mantis #72DF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.2%

R = 28.01%
G = 54.79%
B = 17.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#72DF46 (or 0x72DF46) is known color: Mantis. HEX triplet: 72, DF and 46. RGB value is (114,223,70). Sum of RGB (Red+Green+Blue) = 114+223+70=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #72DF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DF46 is #8D20B9. Grayscale: #ADADAD. Windows color (decimal): -9248954 or 4644722. OLE color: 4644722.

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

Color convert

RGB 114 223 70 -
CMYK 0.49 0 0.69 0.13
HSL 102.75º 0.71% 0.57% -
HSV(B) 102.75º 0.69% 0.87% -
XYZ 34.43 56.79 14.94 -
YUV 172.97 69.89 85.94 -
System Red Green Blue C M Y K H S L
Decimal 114 223 70 0.49 0 0.69 0.13 102.75 0.71 0.57
Hex 72 DF 46 31 0 45 D 67 47 39
Octal 162 337 106 61 0 105 15 147 107 71
Binary 1110010 11011111 1000110 110001 0 1000101 1101 1100111 1000111 111001

Color Harmonies of #72DF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DF46

Black with #72DF46

Text Example


Text Example

White with #72DF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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