Html Css Color HEX #72CB50 Mantis

📋 copy color: '#72CB50'

red 114 ◦ green 203 ◦ blue 80

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

Shades of Mantis #72CB50

Tints of Mantis #72CB50

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.13%

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

R = 28.72%
G = 51.13%
B = 20.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#72CB50 (or 0x72CB50) is known color: Mantis. HEX triplet: 72, CB and 50. RGB value is (114,203,80). Sum of RGB (Red+Green+Blue) = 114+203+80=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #72CB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CB50 is #8D34AF. Grayscale: #A2A2A2. Windows color (decimal): -9254064 or 5294962. OLE color: 5294962.

HSL color Cylindrical-coordinate representation of color #72CB50: hue angle of 103.41º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72CB50 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 203 80 -
CMYK 0.44 0 0.61 0.20
HSL 103.41º 0.54% 0.55% -
HSV(B) 103.41º 0.61% 0.8% -
XYZ 29.74 46.87 15.07 -
YUV 162.37 81.51 93.5 -
System Red Green Blue C M Y K H S L
Decimal 114 203 80 0.44 0 0.61 0.20 103.41 0.54 0.55
Hex 72 CB 50 2C 0 3D 14 67 36 37
Octal 162 313 120 54 0 75 24 147 66 67
Binary 1110010 11001011 1010000 101100 0 111101 10100 1100111 110110 110111

Color Harmonies of #72CB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CB50

Black with #72CB50

Text Example


Text Example

White with #72CB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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