Html Css Color HEX #72C250 Mantis

📋 copy color: '#72C250'

red 114 ◦ green 194 ◦ blue 80

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

Shades of Mantis #72C250

Tints of Mantis #72C250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.62%

R = 29.38%
G = 50%
B = 20.62%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#72C250 (or 0x72C250) is known color: Mantis. HEX triplet: 72, C2 and 50. RGB value is (114,194,80). Sum of RGB (Red+Green+Blue) = 114+194+80=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #72C250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C250 is #8D3DAF. Grayscale: #9D9D9D. Windows color (decimal): -9256368 or 5292658. OLE color: 5292658.

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

Color convert

RGB 114 194 80 -
CMYK 0.41 0 0.59 0.24
HSL 102.11º 0.48% 0.54% -
HSV(B) 102.11º 0.59% 0.76% -
XYZ 27.68 42.74 14.38 -
YUV 157.08 84.5 97.27 -
System Red Green Blue C M Y K H S L
Decimal 114 194 80 0.41 0 0.59 0.24 102.11 0.48 0.54
Hex 72 C2 50 29 0 3B 18 66 30 36
Octal 162 302 120 51 0 73 30 146 60 66
Binary 1110010 11000010 1010000 101001 0 111011 11000 1100110 110000 110110

Color Harmonies of #72C250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C250

Black with #72C250

Text Example


Text Example

White with #72C250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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