Html Css Color HEX #72CC50 Mantis

📋 copy color: '#72CC50'

red 114 ◦ green 204 ◦ blue 80

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

Shades of Mantis #72CC50

Tints of Mantis #72CC50

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.26%

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

R = 28.64%
G = 51.26%
B = 20.1%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#72CC50 (or 0x72CC50) is known color: Mantis. HEX triplet: 72, CC and 50. RGB value is (114,204,80). Sum of RGB (Red+Green+Blue) = 114+204+80=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #72CC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CC50 is #8D33AF. Grayscale: #A3A3A3. Windows color (decimal): -9253808 or 5295218. OLE color: 5295218.

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

Color convert

RGB 114 204 80 -
CMYK 0.44 0 0.61 0.2
HSL 103.55º 0.55% 0.56% -
HSV(B) 103.55º 0.61% 0.8% -
XYZ 29.98 47.34 15.15 -
YUV 162.95 81.18 93.08 -
System Red Green Blue C M Y K H S L
Decimal 114 204 80 0.44 0 0.61 0.2 103.55 0.55 0.56
Hex 72 CC 50 2C 0 3D 14 68 37 38
Octal 162 314 120 54 0 75 24 150 67 70
Binary 1110010 11001100 1010000 101100 0 111101 10100 1101000 110111 111000

Color Harmonies of #72CC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CC50

Black with #72CC50

Text Example


Text Example

White with #72CC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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