Shades of Sulu #CCFF88
Tints of Sulu #CCFF88
RGB
CMYK
RGB Variations
Color information
#CCFF88 (or 0xCCFF88) is known color: Sulu. HEX triplet: CC, FF and 88. RGB value is (204,255,136). Sum of RGB (Red+Green+Blue) = 204+255+136=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 136 (53.52% from 255 or 22.86% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF88 is #330077. Grayscale: #E2E2E2. Windows color (decimal): -3342456 or 8978380. OLE color: 8978380.
HSL color Cylindrical-coordinate representation of color #CCFF88: hue angle of 85.71º 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 #CCFF88 is Cyan = 0.2, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 136 | - |
| CMYK | 0.2 | 0 | 0.47 | 0 |
| HSL | 85.71º | 1% | 0.77% | - |
| HSV(B) | 85.71º | 0.47% | 1% | - |
| XYZ | 65.11 | 86.13 | 36.49 | - |
| YUV | 226.19 | 77.1 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 136 | 0.2 | 0 | 0.47 | 0 | 85.71 | 1 | 0.77 |
| Hex | CC | FF | 88 | 14 | 0 | 2F | 0 | 56 | 64 | 4D |
| Octal | 314 | 377 | 210 | 24 | 0 | 57 | 0 | 126 | 144 | 115 |
| Binary | 11001100 | 11111111 | 10001000 | 10100 | 0 | 101111 | 0 | 1010110 | 1100100 | 1001101 |
Color Harmonies of #CCFF88
Complementary color
Monochromatic Colors of #CCFF88
Black with #CCFF88
Text Example
Text Example
White with #CCFF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF88; }
p { color: rgb(204,255,136); }
H1.HeaderClassName
{
color: #CCFF88;
}
.AnyTagClassName
{
color: #CCFF88;
}
</style>
background-color css
<style>
a { background-color: #CCFF88; }
a { background-color: rgb(204,255,136); }
div.DivClassName
{
background-color: #CCFF88;
}
.BgClassName
{
background-color: #CCFF88;
}
</style>
border-color css
<style>
span { border-color: #CCFF88; }
span { border-color: rgb(204,255,136); }
td.TdClassName
{
border-color: #CCFF88;
}
.TagClassName
{
border-color: #CCFF88;
}
</style>