Html Css Color HEX #72BC66 Mantis

📋 copy color: '#72BC66'

red 114 ◦ green 188 ◦ blue 102

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

Shades of Mantis #72BC66

Tints of Mantis #72BC66

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.53%

 BLUE value IS 102 (40.23% from 255) = 25.25%

R = 28.22%
G = 46.53%
B = 25.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#72BC66 (or 0x72BC66) is known color: Mantis. HEX triplet: 72, BC and 66. RGB value is (114,188,102). Sum of RGB (Red+Green+Blue) = 114+188+102=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BC66 is #8D4399. Grayscale: #9C9C9C. Windows color (decimal): -9257882 or 6732914. OLE color: 6732914.

HSL color Cylindrical-coordinate representation of color #72BC66: hue angle of 111.63º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72BC66 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 188 102 -
CMYK 0.39 0 0.46 0.26
HSL 111.63º 0.39% 0.57% -
HSV(B) 111.63º 0.46% 0.74% -
XYZ 27.32 40.5 18.95 -
YUV 156.07 97.48 97.99 -
System Red Green Blue C M Y K H S L
Decimal 114 188 102 0.39 0 0.46 0.26 111.63 0.39 0.57
Hex 72 BC 66 27 0 2E 1A 70 27 39
Octal 162 274 146 47 0 56 32 160 47 71
Binary 1110010 10111100 1100110 100111 0 101110 11010 1110000 100111 111001

Color Harmonies of #72BC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BC66

Black with #72BC66

Text Example


Text Example

White with #72BC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,188,102); }

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

background-color css

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

 a { background-color: rgb(114,188,102); }

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

border-color css

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

 span { border-color: rgb(114,188,102); }

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