Shades of Sulu #BEE172
Tints of Sulu #BEE172
RGB
CMYK
RGB Variations
Color information
#BEE172 (or 0xBEE172) is known color: Sulu. HEX triplet: BE, E1 and 72. RGB value is (190,225,114). Sum of RGB (Red+Green+Blue) = 190+225+114=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE172 is #411E8D. Grayscale: #CACACA. Windows color (decimal): -4267662 or 7528894. OLE color: 7528894.
HSL color Cylindrical-coordinate representation of color #BEE172: hue angle of 78.92º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEE172 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 114 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.12 |
| HSL | 78.92º | 0.65% | 0.66% | - |
| HSV(B) | 78.92º | 0.49% | 0.88% | - |
| XYZ | 51.2 | 66.01 | 25.96 | - |
| YUV | 201.88 | 78.4 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 114 | 0.16 | 0 | 0.49 | 0.12 | 78.92 | 0.65 | 0.66 |
| Hex | BE | E1 | 72 | 10 | 0 | 31 | C | 4F | 41 | 42 |
| Octal | 276 | 341 | 162 | 20 | 0 | 61 | 14 | 117 | 101 | 102 |
| Binary | 10111110 | 11100001 | 1110010 | 10000 | 0 | 110001 | 1100 | 1001111 | 1000001 | 1000010 |
Color Harmonies of #BEE172
Complementary color
Monochromatic Colors of #BEE172
Black with #BEE172
Text Example
Text Example
White with #BEE172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE172; }
p { color: rgb(190,225,114); }
H1.HeaderClassName
{
color: #BEE172;
}
.AnyTagClassName
{
color: #BEE172;
}
</style>
background-color css
<style>
a { background-color: #BEE172; }
a { background-color: rgb(190,225,114); }
div.DivClassName
{
background-color: #BEE172;
}
.BgClassName
{
background-color: #BEE172;
}
</style>
border-color css
<style>
span { border-color: #BEE172; }
span { border-color: rgb(190,225,114); }
td.TdClassName
{
border-color: #BEE172;
}
.TagClassName
{
border-color: #BEE172;
}
</style>