Shades of Sulu #CBF686
Tints of Sulu #CBF686
RGB
CMYK
RGB Variations
Color information
#CBF686 (or 0xCBF686) is known color: Sulu. HEX triplet: CB, F6 and 86. RGB value is (203,246,134). Sum of RGB (Red+Green+Blue) = 203+246+134=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF686 is #340979. Grayscale: #DCDCDC. Windows color (decimal): -3410298 or 8845003. OLE color: 8845003.
HSL color Cylindrical-coordinate representation of color #CBF686: hue angle of 83.04º 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 #CBF686 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 134 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.04 |
| HSL | 83.04º | 0.86% | 0.75% | - |
| HSV(B) | 83.04º | 0.46% | 0.96% | - |
| XYZ | 61.89 | 80.33 | 34.8 | - |
| YUV | 220.38 | 79.25 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 134 | 0.17 | 0 | 0.46 | 0.04 | 83.04 | 0.86 | 0.75 |
| Hex | CB | F6 | 86 | 11 | 0 | 2E | 4 | 53 | 56 | 4B |
| Octal | 313 | 366 | 206 | 21 | 0 | 56 | 4 | 123 | 126 | 113 |
| Binary | 11001011 | 11110110 | 10000110 | 10001 | 0 | 101110 | 100 | 1010011 | 1010110 | 1001011 |
Color Harmonies of #CBF686
Complementary color
Monochromatic Colors of #CBF686
Black with #CBF686
Text Example
Text Example
White with #CBF686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF686; }
p { color: rgb(203,246,134); }
H1.HeaderClassName
{
color: #CBF686;
}
.AnyTagClassName
{
color: #CBF686;
}
</style>
background-color css
<style>
a { background-color: #CBF686; }
a { background-color: rgb(203,246,134); }
div.DivClassName
{
background-color: #CBF686;
}
.BgClassName
{
background-color: #CBF686;
}
</style>
border-color css
<style>
span { border-color: #CBF686; }
span { border-color: rgb(203,246,134); }
td.TdClassName
{
border-color: #CBF686;
}
.TagClassName
{
border-color: #CBF686;
}
</style>