Html Css Color HEX #72D65D Mantis

📋 copy color: '#72D65D'

red 114 ◦ green 214 ◦ blue 93

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

Shades of Mantis #72D65D

Tints of Mantis #72D65D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.83%

 BLUE value IS 93 (36.72% from 255) = 22.09%

R = 27.08%
G = 50.83%
B = 22.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#72D65D (or 0x72D65D) is known color: Mantis. HEX triplet: 72, D6 and 5D. RGB value is (114,214,93). Sum of RGB (Red+Green+Blue) = 114+214+93=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #72D65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D65D is #8D29A2. Grayscale: #AAAAAA. Windows color (decimal): -9251235 or 6149746. OLE color: 6149746.

HSL color Cylindrical-coordinate representation of color #72D65D: hue angle of 109.59º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72D65D is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 214 93 -
CMYK 0.47 0 0.57 0.16
HSL 109.59º 0.6% 0.6% -
HSV(B) 109.59º 0.57% 0.84% -
XYZ 32.96 52.46 18.74 -
YUV 170.31 84.37 87.84 -
System Red Green Blue C M Y K H S L
Decimal 114 214 93 0.47 0 0.57 0.16 109.59 0.6 0.6
Hex 72 D6 5D 2F 0 39 10 6E 3C 3C
Octal 162 326 135 57 0 71 20 156 74 74
Binary 1110010 11010110 1011101 101111 0 111001 10000 1101110 111100 111100

Color Harmonies of #72D65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D65D

Black with #72D65D

Text Example


Text Example

White with #72D65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,214,93); }

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

background-color css

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

 a { background-color: rgb(114,214,93); }

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

border-color css

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

 span { border-color: rgb(114,214,93); }

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