Html Css Color HEX #72CC58 Mantis

📋 copy color: '#72CC58'

red 114 ◦ green 204 ◦ blue 88

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

Shades of Mantis #72CC58

Tints of Mantis #72CC58

RGB

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

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

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

R = 28.08%
G = 50.25%
B = 21.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#72CC58 (or 0x72CC58) is known color: Mantis. HEX triplet: 72, CC and 58. RGB value is (114,204,88). Sum of RGB (Red+Green+Blue) = 114+204+88=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #72CC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CC58 is #8D33A7. Grayscale: #A4A4A4. Windows color (decimal): -9253800 or 5819506. OLE color: 5819506.

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

Color convert

RGB 114 204 88 -
CMYK 0.44 0 0.57 0.2
HSL 106.55º 0.53% 0.57% -
HSV(B) 106.55º 0.57% 0.8% -
XYZ 30.29 47.47 16.8 -
YUV 163.87 85.18 92.43 -
System Red Green Blue C M Y K H S L
Decimal 114 204 88 0.44 0 0.57 0.2 106.55 0.53 0.57
Hex 72 CC 58 2C 0 39 14 6B 35 39
Octal 162 314 130 54 0 71 24 153 65 71
Binary 1110010 11001100 1011000 101100 0 111001 10100 1101011 110101 111001

Color Harmonies of #72CC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CC58

Black with #72CC58

Text Example


Text Example

White with #72CC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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