Shades of Sulu #CFF686
Tints of Sulu #CFF686
RGB
CMYK
RGB Variations
Color information
#CFF686 (or 0xCFF686) is known color: Sulu. HEX triplet: CF, F6 and 86. RGB value is (207,246,134). Sum of RGB (Red+Green+Blue) = 207+246+134=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF686 is #300979. Grayscale: #DDDDDD. Windows color (decimal): -3148154 or 8845007. OLE color: 8845007.
HSL color Cylindrical-coordinate representation of color #CFF686: hue angle of 80.89º 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 #CFF686 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 134 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.04 |
| HSL | 80.89º | 0.86% | 0.75% | - |
| HSV(B) | 80.89º | 0.46% | 0.96% | - |
| XYZ | 62.99 | 80.9 | 34.85 | - |
| YUV | 221.57 | 78.58 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 134 | 0.16 | 0 | 0.46 | 0.04 | 80.89 | 0.86 | 0.75 |
| Hex | CF | F6 | 86 | 10 | 0 | 2E | 4 | 51 | 56 | 4B |
| Octal | 317 | 366 | 206 | 20 | 0 | 56 | 4 | 121 | 126 | 113 |
| Binary | 11001111 | 11110110 | 10000110 | 10000 | 0 | 101110 | 100 | 1010001 | 1010110 | 1001011 |
Color Harmonies of #CFF686
Complementary color
Monochromatic Colors of #CFF686
Black with #CFF686
Text Example
Text Example
White with #CFF686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF686; }
p { color: rgb(207,246,134); }
H1.HeaderClassName
{
color: #CFF686;
}
.AnyTagClassName
{
color: #CFF686;
}
</style>
background-color css
<style>
a { background-color: #CFF686; }
a { background-color: rgb(207,246,134); }
div.DivClassName
{
background-color: #CFF686;
}
.BgClassName
{
background-color: #CFF686;
}
</style>
border-color css
<style>
span { border-color: #CFF686; }
span { border-color: rgb(207,246,134); }
td.TdClassName
{
border-color: #CFF686;
}
.TagClassName
{
border-color: #CFF686;
}
</style>