Html Css Color HEX #72CF62 Mantis

📋 copy color: '#72CF62'

red 114 ◦ green 207 ◦ blue 98

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

Shades of Mantis #72CF62

Tints of Mantis #72CF62

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.4%

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

R = 27.21%
G = 49.4%
B = 23.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#72CF62 (or 0x72CF62) is known color: Mantis. HEX triplet: 72, CF and 62. RGB value is (114,207,98). Sum of RGB (Red+Green+Blue) = 114+207+98=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CF62 is #8D309D. Grayscale: #A7A7A7. Windows color (decimal): -9253022 or 6475634. OLE color: 6475634.

HSL color Cylindrical-coordinate representation of color #72CF62: hue angle of 111.19º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72CF62 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 207 98 -
CMYK 0.45 0 0.53 0.19
HSL 111.19º 0.53% 0.6% -
HSV(B) 111.19º 0.53% 0.81% -
XYZ 31.46 49.08 19.37 -
YUV 166.77 89.19 90.36 -
System Red Green Blue C M Y K H S L
Decimal 114 207 98 0.45 0 0.53 0.19 111.19 0.53 0.6
Hex 72 CF 62 2D 0 35 13 6F 35 3C
Octal 162 317 142 55 0 65 23 157 65 74
Binary 1110010 11001111 1100010 101101 0 110101 10011 1101111 110101 111100

Color Harmonies of #72CF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CF62

Black with #72CF62

Text Example


Text Example

White with #72CF62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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