Html Css Color HEX #72DC3F Mantis

📋 copy color: '#72DC3F'

red 114 ◦ green 220 ◦ blue 63

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

Shades of Mantis #72DC3F

Tints of Mantis #72DC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.87%

R = 28.72%
G = 55.42%
B = 15.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#72DC3F (or 0x72DC3F) is known color: Mantis. HEX triplet: 72, DC and 3F. RGB value is (114,220,63). Sum of RGB (Red+Green+Blue) = 114+220+63=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DC3F is #8D23C0. Grayscale: #AAAAAA. Windows color (decimal): -9249729 or 4185202. OLE color: 4185202.

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

Color convert

RGB 114 220 63 -
CMYK 0.48 0 0.71 0.14
HSL 100.51º 0.69% 0.55% -
HSV(B) 100.51º 0.71% 0.86% -
XYZ 33.43 55.12 13.58 -
YUV 170.41 67.38 87.77 -
System Red Green Blue C M Y K H S L
Decimal 114 220 63 0.48 0 0.71 0.14 100.51 0.69 0.55
Hex 72 DC 3F 30 0 47 E 65 45 37
Octal 162 334 77 60 0 107 16 145 105 67
Binary 1110010 11011100 111111 110000 0 1000111 1110 1100101 1000101 110111

Color Harmonies of #72DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DC3F

Black with #72DC3F

Text Example


Text Example

White with #72DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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