Html Css Color HEX #72D745 Mantis

📋 copy color: '#72D745'

red 114 ◦ green 215 ◦ blue 69

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

Shades of Mantis #72D745

Tints of Mantis #72D745

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.02%

 BLUE value IS 69 (27.34% from 255) = 17.34%

R = 28.64%
G = 54.02%
B = 17.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#72D745 (or 0x72D745) is known color: Mantis. HEX triplet: 72, D7 and 45. RGB value is (114,215,69). Sum of RGB (Red+Green+Blue) = 114+215+69=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 215 (84.38% from 255 or 54.02% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 215 - color contains mainly: green. Hex color #72D745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D745 is #8D28BA. Grayscale: #A8A8A8. Windows color (decimal): -9251003 or 4577138. OLE color: 4577138.

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

Color convert

RGB 114 215 69 -
CMYK 0.47 0 0.68 0.16
HSL 101.51º 0.65% 0.56% -
HSV(B) 101.51º 0.68% 0.84% -
XYZ 32.31 52.61 14.08 -
YUV 168.16 72.04 89.37 -
System Red Green Blue C M Y K H S L
Decimal 114 215 69 0.47 0 0.68 0.16 101.51 0.65 0.56
Hex 72 D7 45 2F 0 44 10 66 41 38
Octal 162 327 105 57 0 104 20 146 101 70
Binary 1110010 11010111 1000101 101111 0 1000100 10000 1100110 1000001 111000

Color Harmonies of #72D745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D745

Black with #72D745

Text Example


Text Example

White with #72D745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,215,69); }

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

background-color css

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

 a { background-color: rgb(114,215,69); }

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

border-color css

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

 span { border-color: rgb(114,215,69); }

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