Html Css Color HEX #72DB3D Mantis

📋 copy color: '#72DB3D'

red 114 ◦ green 219 ◦ blue 61

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

Shades of Mantis #72DB3D

Tints of Mantis #72DB3D

RGB

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

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

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

R = 28.93%
G = 55.58%
B = 15.48%

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

#72DB3D (or 0x72DB3D) is known color: Mantis. HEX triplet: 72, DB and 3D. RGB value is (114,219,61). Sum of RGB (Red+Green+Blue) = 114+219+61=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 219 (85.94% from 255 or 55.58% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DB3D is #8D24C2. Grayscale: #AAAAAA. Windows color (decimal): -9249987 or 4053874. OLE color: 4053874.

HSL color Cylindrical-coordinate representation of color #72DB3D: hue angle of 99.87º 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 #72DB3D is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 219 61 -
CMYK 0.48 0 0.72 0.14
HSL 99.87º 0.69% 0.55% -
HSV(B) 99.87º 0.72% 0.86% -
XYZ 33.11 54.58 13.2 -
YUV 169.59 66.71 88.35 -
System Red Green Blue C M Y K H S L
Decimal 114 219 61 0.48 0 0.72 0.14 99.87 0.69 0.55
Hex 72 DB 3D 30 0 48 E 64 45 37
Octal 162 333 75 60 0 110 16 144 105 67
Binary 1110010 11011011 111101 110000 0 1001000 1110 1100100 1000101 110111

Color Harmonies of #72DB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DB3D

Black with #72DB3D

Text Example


Text Example

White with #72DB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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