Shades of Sulu #BEE170
Tints of Sulu #BEE170
RGB
CMYK
RGB Variations
Color information
#BEE170 (or 0xBEE170) is known color: Sulu. HEX triplet: BE, E1 and 70. RGB value is (190,225,112). Sum of RGB (Red+Green+Blue) = 190+225+112=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE170 is #411E8F. Grayscale: #CACACA. Windows color (decimal): -4267664 or 7397822. OLE color: 7397822.
HSL color Cylindrical-coordinate representation of color #BEE170: hue angle of 78.58º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEE170 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 112 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.12 |
| HSL | 78.58º | 0.65% | 0.66% | - |
| HSV(B) | 78.58º | 0.5% | 0.88% | - |
| XYZ | 51.09 | 65.97 | 25.37 | - |
| YUV | 201.65 | 77.4 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 112 | 0.16 | 0 | 0.50 | 0.12 | 78.58 | 0.65 | 0.66 |
| Hex | BE | E1 | 70 | 10 | 0 | 32 | C | 4F | 41 | 42 |
| Octal | 276 | 341 | 160 | 20 | 0 | 62 | 14 | 117 | 101 | 102 |
| Binary | 10111110 | 11100001 | 1110000 | 10000 | 0 | 110010 | 1100 | 1001111 | 1000001 | 1000010 |
Color Harmonies of #BEE170
Complementary color
Monochromatic Colors of #BEE170
Black with #BEE170
Text Example
Text Example
White with #BEE170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE170; }
p { color: rgb(190,225,112); }
H1.HeaderClassName
{
color: #BEE170;
}
.AnyTagClassName
{
color: #BEE170;
}
</style>
background-color css
<style>
a { background-color: #BEE170; }
a { background-color: rgb(190,225,112); }
div.DivClassName
{
background-color: #BEE170;
}
.BgClassName
{
background-color: #BEE170;
}
</style>
border-color css
<style>
span { border-color: #BEE170; }
span { border-color: rgb(190,225,112); }
td.TdClassName
{
border-color: #BEE170;
}
.TagClassName
{
border-color: #BEE170;
}
</style>