Shades of Sulu #CCFF85
Tints of Sulu #CCFF85
RGB
CMYK
RGB Variations
Color information
#CCFF85 (or 0xCCFF85) is known color: Sulu. HEX triplet: CC, FF and 85. RGB value is (204,255,133). Sum of RGB (Red+Green+Blue) = 204+255+133=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF85 is #33007A. Grayscale: #E2E2E2. Windows color (decimal): -3342459 or 8781772. OLE color: 8781772.
HSL color Cylindrical-coordinate representation of color #CCFF85: hue angle of 85.08º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCFF85 is Cyan = 0.2, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 133 | - |
| CMYK | 0.2 | 0 | 0.48 | 0 |
| HSL | 85.08º | 1% | 0.76% | - |
| HSV(B) | 85.08º | 0.48% | 1% | - |
| XYZ | 64.9 | 86.05 | 35.38 | - |
| YUV | 225.84 | 75.6 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 133 | 0.2 | 0 | 0.48 | 0 | 85.08 | 1 | 0.76 |
| Hex | CC | FF | 85 | 14 | 0 | 30 | 0 | 55 | 64 | 4C |
| Octal | 314 | 377 | 205 | 24 | 0 | 60 | 0 | 125 | 144 | 114 |
| Binary | 11001100 | 11111111 | 10000101 | 10100 | 0 | 110000 | 0 | 1010101 | 1100100 | 1001100 |
Color Harmonies of #CCFF85
Complementary color
Monochromatic Colors of #CCFF85
Black with #CCFF85
Text Example
Text Example
White with #CCFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF85; }
p { color: rgb(204,255,133); }
H1.HeaderClassName
{
color: #CCFF85;
}
.AnyTagClassName
{
color: #CCFF85;
}
</style>
background-color css
<style>
a { background-color: #CCFF85; }
a { background-color: rgb(204,255,133); }
div.DivClassName
{
background-color: #CCFF85;
}
.BgClassName
{
background-color: #CCFF85;
}
</style>
border-color css
<style>
span { border-color: #CCFF85; }
span { border-color: rgb(204,255,133); }
td.TdClassName
{
border-color: #CCFF85;
}
.TagClassName
{
border-color: #CCFF85;
}
</style>