Html Css Color HEX #72C358 Mantis

📋 copy color: '#72C358'

red 114 ◦ green 195 ◦ blue 88

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

Shades of Mantis #72C358

Tints of Mantis #72C358

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.12%

 BLUE value IS 88 (34.77% from 255) = 22.17%

R = 28.72%
G = 49.12%
B = 22.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#72C358 (or 0x72C358) is known color: Mantis. HEX triplet: 72, C3 and 58. RGB value is (114,195,88). Sum of RGB (Red+Green+Blue) = 114+195+88=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #72C358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C358 is #8D3CA7. Grayscale: #9E9E9E. Windows color (decimal): -9256104 or 5817202. OLE color: 5817202.

HSL color Cylindrical-coordinate representation of color #72C358: hue angle of 105.42º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72C358 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 195 88 -
CMYK 0.42 0 0.55 0.24
HSL 105.42º 0.47% 0.55% -
HSV(B) 105.42º 0.55% 0.76% -
XYZ 28.22 43.31 16.11 -
YUV 158.58 88.16 96.2 -
System Red Green Blue C M Y K H S L
Decimal 114 195 88 0.42 0 0.55 0.24 105.42 0.47 0.55
Hex 72 C3 58 2A 0 37 18 69 2F 37
Octal 162 303 130 52 0 67 30 151 57 67
Binary 1110010 11000011 1011000 101010 0 110111 11000 1101001 101111 110111

Color Harmonies of #72C358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C358

Black with #72C358

Text Example


Text Example

White with #72C358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,195,88); }

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

background-color css

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

 a { background-color: rgb(114,195,88); }

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

border-color css

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

 span { border-color: rgb(114,195,88); }

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