Html Css Color HEX #72CA62 Mantis

📋 copy color: '#72CA62'

red 114 ◦ green 202 ◦ blue 98

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

Shades of Mantis #72CA62

Tints of Mantis #72CA62

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.79%

 BLUE value IS 98 (38.67% from 255) = 23.67%

R = 27.54%
G = 48.79%
B = 23.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#72CA62 (or 0x72CA62) is known color: Mantis. HEX triplet: 72, CA and 62. RGB value is (114,202,98). Sum of RGB (Red+Green+Blue) = 114+202+98=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CA62 is #8D359D. Grayscale: #A4A4A4. Windows color (decimal): -9254302 or 6474354. OLE color: 6474354.

HSL color Cylindrical-coordinate representation of color #72CA62: hue angle of 110.77º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72CA62 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 202 98 -
CMYK 0.44 0 0.51 0.21
HSL 110.77º 0.5% 0.59% -
HSV(B) 110.77º 0.51% 0.79% -
XYZ 30.26 46.7 18.97 -
YUV 163.83 90.85 92.46 -
System Red Green Blue C M Y K H S L
Decimal 114 202 98 0.44 0 0.51 0.21 110.77 0.5 0.59
Hex 72 CA 62 2C 0 33 15 6F 32 3B
Octal 162 312 142 54 0 63 25 157 62 73
Binary 1110010 11001010 1100010 101100 0 110011 10101 1101111 110010 111011

Color Harmonies of #72CA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CA62

Black with #72CA62

Text Example


Text Example

White with #72CA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,202,98); }

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

background-color css

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

 a { background-color: rgb(114,202,98); }

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

border-color css

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

 span { border-color: rgb(114,202,98); }

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