Shades of Sulu #CBF986
Tints of Sulu #CBF986
RGB
CMYK
RGB Variations
Color information
#CBF986 (or 0xCBF986) is known color: Sulu. HEX triplet: CB, F9 and 86. RGB value is (203,249,134). Sum of RGB (Red+Green+Blue) = 203+249+134=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF986 is #340679. Grayscale: #DEDEDE. Windows color (decimal): -3409530 or 8845771. OLE color: 8845771.
HSL color Cylindrical-coordinate representation of color #CBF986: hue angle of 84º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBF986 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 134 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.02 |
| HSL | 84º | 0.91% | 0.75% | - |
| HSV(B) | 84º | 0.46% | 0.98% | - |
| XYZ | 62.81 | 82.17 | 35.1 | - |
| YUV | 222.14 | 78.26 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 134 | 0.18 | 0 | 0.46 | 0.02 | 84 | 0.91 | 0.75 |
| Hex | CB | F9 | 86 | 12 | 0 | 2E | 2 | 54 | 5B | 4B |
| Octal | 313 | 371 | 206 | 22 | 0 | 56 | 2 | 124 | 133 | 113 |
| Binary | 11001011 | 11111001 | 10000110 | 10010 | 0 | 101110 | 10 | 1010100 | 1011011 | 1001011 |
Color Harmonies of #CBF986
Complementary color
Monochromatic Colors of #CBF986
Black with #CBF986
Text Example
Text Example
White with #CBF986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF986; }
p { color: rgb(203,249,134); }
H1.HeaderClassName
{
color: #CBF986;
}
.AnyTagClassName
{
color: #CBF986;
}
</style>
background-color css
<style>
a { background-color: #CBF986; }
a { background-color: rgb(203,249,134); }
div.DivClassName
{
background-color: #CBF986;
}
.BgClassName
{
background-color: #CBF986;
}
</style>
border-color css
<style>
span { border-color: #CBF986; }
span { border-color: rgb(203,249,134); }
td.TdClassName
{
border-color: #CBF986;
}
.TagClassName
{
border-color: #CBF986;
}
</style>