Html Css Color HEX #72DC3D Mantis

📋 copy color: '#72DC3D'

red 114 ◦ green 220 ◦ blue 61

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

Shades of Mantis #72DC3D

Tints of Mantis #72DC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.44%

R = 28.86%
G = 55.7%
B = 15.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#72DC3D (or 0x72DC3D) is known color: Mantis. HEX triplet: 72, DC and 3D. RGB value is (114,220,61). Sum of RGB (Red+Green+Blue) = 114+220+61=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DC3D is #8D23C2. Grayscale: #AAAAAA. Windows color (decimal): -9249731 or 4054130. OLE color: 4054130.

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

Color convert

RGB 114 220 61 -
CMYK 0.48 0 0.72 0.14
HSL 100º 0.69% 0.55% -
HSV(B) 100º 0.72% 0.86% -
XYZ 33.37 55.1 13.29 -
YUV 170.18 66.38 87.93 -
System Red Green Blue C M Y K H S L
Decimal 114 220 61 0.48 0 0.72 0.14 100 0.69 0.55
Hex 72 DC 3D 30 0 48 E 64 45 37
Octal 162 334 75 60 0 110 16 144 105 67
Binary 1110010 11011100 111101 110000 0 1001000 1110 1100100 1000101 110111

Color Harmonies of #72DC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DC3D

Black with #72DC3D

Text Example


Text Example

White with #72DC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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