Html Css Color HEX #72C258 Mantis

📋 copy color: '#72C258'

red 114 ◦ green 194 ◦ blue 88

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

Shades of Mantis #72C258

Tints of Mantis #72C258

RGB

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

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

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

R = 28.79%
G = 48.99%
B = 22.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#72C258 (or 0x72C258) is known color: Mantis. HEX triplet: 72, C2 and 58. RGB value is (114,194,88). Sum of RGB (Red+Green+Blue) = 114+194+88=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #72C258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C258 is #8D3DA7. Grayscale: #9E9E9E. Windows color (decimal): -9256360 or 5816946. OLE color: 5816946.

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

Color convert

RGB 114 194 88 -
CMYK 0.41 0 0.55 0.24
HSL 105.28º 0.46% 0.55% -
HSV(B) 105.28º 0.55% 0.76% -
XYZ 27.99 42.87 16.03 -
YUV 158 88.5 96.62 -
System Red Green Blue C M Y K H S L
Decimal 114 194 88 0.41 0 0.55 0.24 105.28 0.46 0.55
Hex 72 C2 58 29 0 37 18 69 2E 37
Octal 162 302 130 51 0 67 30 151 56 67
Binary 1110010 11000010 1011000 101001 0 110111 11000 1101001 101110 110111

Color Harmonies of #72C258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C258

Black with #72C258

Text Example


Text Example

White with #72C258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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