Shades of Sulu #CBFC86
Tints of Sulu #CBFC86
RGB
CMYK
RGB Variations
Color information
#CBFC86 (or 0xCBFC86) is known color: Sulu. HEX triplet: CB, FC and 86. RGB value is (203,252,134). Sum of RGB (Red+Green+Blue) = 203+252+134=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFC86 is #340379. Grayscale: #E0E0E0. Windows color (decimal): -3408762 or 8846539. OLE color: 8846539.
HSL color Cylindrical-coordinate representation of color #CBFC86: hue angle of 84.92º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBFC86 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 134 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.01 |
| HSL | 84.92º | 0.95% | 0.76% | - |
| HSV(B) | 84.92º | 0.47% | 0.99% | - |
| XYZ | 63.74 | 84.04 | 35.42 | - |
| YUV | 223.9 | 77.27 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 134 | 0.19 | 0 | 0.47 | 0.01 | 84.92 | 0.95 | 0.76 |
| Hex | CB | FC | 86 | 13 | 0 | 2F | 1 | 55 | 5F | 4C |
| Octal | 313 | 374 | 206 | 23 | 0 | 57 | 1 | 125 | 137 | 114 |
| Binary | 11001011 | 11111100 | 10000110 | 10011 | 0 | 101111 | 1 | 1010101 | 1011111 | 1001100 |
Color Harmonies of #CBFC86
Complementary color
Monochromatic Colors of #CBFC86
Black with #CBFC86
Text Example
Text Example
White with #CBFC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC86; }
p { color: rgb(203,252,134); }
H1.HeaderClassName
{
color: #CBFC86;
}
.AnyTagClassName
{
color: #CBFC86;
}
</style>
background-color css
<style>
a { background-color: #CBFC86; }
a { background-color: rgb(203,252,134); }
div.DivClassName
{
background-color: #CBFC86;
}
.BgClassName
{
background-color: #CBFC86;
}
</style>
border-color css
<style>
span { border-color: #CBFC86; }
span { border-color: rgb(203,252,134); }
td.TdClassName
{
border-color: #CBFC86;
}
.TagClassName
{
border-color: #CBFC86;
}
</style>