Shades of Sulu #CBFF88
Tints of Sulu #CBFF88
RGB
CMYK
RGB Variations
Color information
#CBFF88 (or 0xCBFF88) is known color: Sulu. HEX triplet: CB, FF and 88. RGB value is (203,255,136). Sum of RGB (Red+Green+Blue) = 203+255+136=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 136 (53.52% from 255 or 22.90% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFF88 is #340077. Grayscale: #E2E2E2. Windows color (decimal): -3407992 or 8978379. OLE color: 8978379.
HSL color Cylindrical-coordinate representation of color #CBFF88: hue angle of 86.22º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBFF88 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 136 | - |
| CMYK | 0.20 | 0 | 0.47 | 0 |
| HSL | 86.22º | 1% | 0.77% | - |
| HSV(B) | 86.22º | 0.47% | 1% | - |
| XYZ | 64.83 | 85.99 | 36.47 | - |
| YUV | 225.89 | 77.27 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 136 | 0.20 | 0 | 0.47 | 0 | 86.22 | 1 | 0.77 |
| Hex | CB | FF | 88 | 14 | 0 | 2F | 0 | 56 | 64 | 4D |
| Octal | 313 | 377 | 210 | 24 | 0 | 57 | 0 | 126 | 144 | 115 |
| Binary | 11001011 | 11111111 | 10001000 | 10100 | 0 | 101111 | 0 | 1010110 | 1100100 | 1001101 |
Color Harmonies of #CBFF88
Complementary color
Monochromatic Colors of #CBFF88
Black with #CBFF88
Text Example
Text Example
White with #CBFF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF88; }
p { color: rgb(203,255,136); }
H1.HeaderClassName
{
color: #CBFF88;
}
.AnyTagClassName
{
color: #CBFF88;
}
</style>
background-color css
<style>
a { background-color: #CBFF88; }
a { background-color: rgb(203,255,136); }
div.DivClassName
{
background-color: #CBFF88;
}
.BgClassName
{
background-color: #CBFF88;
}
</style>
border-color css
<style>
span { border-color: #CBFF88; }
span { border-color: rgb(203,255,136); }
td.TdClassName
{
border-color: #CBFF88;
}
.TagClassName
{
border-color: #CBFF88;
}
</style>