Html Css Color HEX #72CF60 Mantis

📋 copy color: '#72CF60'

red 114 ◦ green 207 ◦ blue 96

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

Shades of Mantis #72CF60

Tints of Mantis #72CF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.02%

R = 27.34%
G = 49.64%
B = 23.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#72CF60 (or 0x72CF60) is known color: Mantis. HEX triplet: 72, CF and 60. RGB value is (114,207,96). Sum of RGB (Red+Green+Blue) = 114+207+96=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CF60 is #8D309F. Grayscale: #A6A6A6. Windows color (decimal): -9253024 or 6344562. OLE color: 6344562.

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

Color convert

RGB 114 207 96 -
CMYK 0.45 0 0.54 0.19
HSL 110.27º 0.54% 0.59% -
HSV(B) 110.27º 0.54% 0.81% -
XYZ 31.36 49.05 18.88 -
YUV 166.54 88.19 90.53 -
System Red Green Blue C M Y K H S L
Decimal 114 207 96 0.45 0 0.54 0.19 110.27 0.54 0.59
Hex 72 CF 60 2D 0 36 13 6E 36 3B
Octal 162 317 140 55 0 66 23 156 66 73
Binary 1110010 11001111 1100000 101101 0 110110 10011 1101110 110110 111011

Color Harmonies of #72CF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CF60

Black with #72CF60

Text Example


Text Example

White with #72CF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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