Shades of Bay Leaf #72BE83
Tints of Bay Leaf #72BE83
RGB
CMYK
RGB Variations
Color information
#72BE83 (or 0x72BE83) is known color: Bay Leaf. HEX triplet: 72, BE and 83. RGB value is (114,190,131). Sum of RGB (Red+Green+Blue) = 114+190+131=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BE83 is #8D417C. Grayscale: #A0A0A0. Windows color (decimal): -9257341 or 8633970. OLE color: 8633970.
HSL color Cylindrical-coordinate representation of color #72BE83: hue angle of 133.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BE83 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 190 | 131 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.25 |
| HSL | 133.42º | 0.37% | 0.6% | - |
| HSV(B) | 133.42º | 0.4% | 0.75% | - |
| XYZ | 29.45 | 42.04 | 28.04 | - |
| YUV | 160.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 190 | 131 | 0.40 | 0 | 0.31 | 0.25 | 133.42 | 0.37 | 0.6 |
| Hex | 72 | BE | 83 | 28 | 0 | 1F | 19 | 85 | 25 | 3C |
| Octal | 162 | 276 | 203 | 50 | 0 | 37 | 31 | 205 | 45 | 74 |
| Binary | 1110010 | 10111110 | 10000011 | 101000 | 0 | 11111 | 11001 | 10000101 | 100101 | 111100 |
Color Harmonies of #72BE83
Complementary color
Monochromatic Colors of #72BE83
Black with #72BE83
Text Example
Text Example
White with #72BE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BE83; }
p { color: rgb(114,190,131); }
H1.HeaderClassName
{
color: #72BE83;
}
.AnyTagClassName
{
color: #72BE83;
}
</style>
background-color css
<style>
a { background-color: #72BE83; }
a { background-color: rgb(114,190,131); }
div.DivClassName
{
background-color: #72BE83;
}
.BgClassName
{
background-color: #72BE83;
}
</style>
border-color css
<style>
span { border-color: #72BE83; }
span { border-color: rgb(114,190,131); }
td.TdClassName
{
border-color: #72BE83;
}
.TagClassName
{
border-color: #72BE83;
}
</style>