Shades of Sulu #BEF686
Tints of Sulu #BEF686
RGB
CMYK
RGB Variations
Color information
#BEF686 (or 0xBEF686) is known color: Sulu. HEX triplet: BE, F6 and 86. RGB value is (190,246,134). Sum of RGB (Red+Green+Blue) = 190+246+134=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF686 is #410979. Grayscale: #D8D8D8. Windows color (decimal): -4262266 or 8844990. OLE color: 8844990.
HSL color Cylindrical-coordinate representation of color #BEF686: hue angle of 90º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEF686 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 134 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.04 |
| HSL | 90º | 0.86% | 0.75% | - |
| HSV(B) | 90º | 0.46% | 0.96% | - |
| XYZ | 58.49 | 78.58 | 34.64 | - |
| YUV | 216.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 134 | 0.23 | 0 | 0.46 | 0.04 | 90 | 0.86 | 0.75 |
| Hex | BE | F6 | 86 | 17 | 0 | 2E | 4 | 5A | 56 | 4B |
| Octal | 276 | 366 | 206 | 27 | 0 | 56 | 4 | 132 | 126 | 113 |
| Binary | 10111110 | 11110110 | 10000110 | 10111 | 0 | 101110 | 100 | 1011010 | 1010110 | 1001011 |
Color Harmonies of #BEF686
Complementary color
Monochromatic Colors of #BEF686
Black with #BEF686
Text Example
Text Example
White with #BEF686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF686; }
p { color: rgb(190,246,134); }
H1.HeaderClassName
{
color: #BEF686;
}
.AnyTagClassName
{
color: #BEF686;
}
</style>
background-color css
<style>
a { background-color: #BEF686; }
a { background-color: rgb(190,246,134); }
div.DivClassName
{
background-color: #BEF686;
}
.BgClassName
{
background-color: #BEF686;
}
</style>
border-color css
<style>
span { border-color: #BEF686; }
span { border-color: rgb(190,246,134); }
td.TdClassName
{
border-color: #BEF686;
}
.TagClassName
{
border-color: #BEF686;
}
</style>