Html Css Color HEX #72C260 Mantis

📋 copy color: '#72C260'

red 114 ◦ green 194 ◦ blue 96

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

Shades of Mantis #72C260

Tints of Mantis #72C260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.02%

 BLUE value IS 96 (37.89% from 255) = 23.76%

R = 28.22%
G = 48.02%
B = 23.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#72C260 (or 0x72C260) is known color: Mantis. HEX triplet: 72, C2 and 60. RGB value is (114,194,96). Sum of RGB (Red+Green+Blue) = 114+194+96=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #72C260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C260 is #8D3D9F. Grayscale: #9F9F9F. Windows color (decimal): -9256352 or 6341234. OLE color: 6341234.

HSL color Cylindrical-coordinate representation of color #72C260: hue angle of 108.98º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72C260 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 194 96 -
CMYK 0.41 0 0.51 0.24
HSL 108.98º 0.45% 0.57% -
HSV(B) 108.98º 0.51% 0.76% -
XYZ 28.34 43.01 17.87 -
YUV 158.91 92.5 95.97 -
System Red Green Blue C M Y K H S L
Decimal 114 194 96 0.41 0 0.51 0.24 108.98 0.45 0.57
Hex 72 C2 60 29 0 33 18 6D 2D 39
Octal 162 302 140 51 0 63 30 155 55 71
Binary 1110010 11000010 1100000 101001 0 110011 11000 1101101 101101 111001

Color Harmonies of #72C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C260

Black with #72C260

Text Example


Text Example

White with #72C260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,194,96); }

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

background-color css

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

 a { background-color: rgb(114,194,96); }

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

border-color css

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

 span { border-color: rgb(114,194,96); }

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