Shades of Sulu #CCF985
Tints of Sulu #CCF985
RGB
CMYK
RGB Variations
Color information
#CCF985 (or 0xCCF985) is known color: Sulu. HEX triplet: CC, F9 and 85. RGB value is (204,249,133). Sum of RGB (Red+Green+Blue) = 204+249+133=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF985 is #33067A. Grayscale: #DEDEDE. Windows color (decimal): -3343995 or 8780236. OLE color: 8780236.
HSL color Cylindrical-coordinate representation of color #CCF985: hue angle of 83.28º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCF985 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 133 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.02 |
| HSL | 83.28º | 0.91% | 0.75% | - |
| HSV(B) | 83.28º | 0.47% | 0.98% | - |
| XYZ | 63.01 | 82.28 | 34.75 | - |
| YUV | 222.32 | 77.59 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 133 | 0.18 | 0 | 0.47 | 0.02 | 83.28 | 0.91 | 0.75 |
| Hex | CC | F9 | 85 | 12 | 0 | 2F | 2 | 53 | 5B | 4B |
| Octal | 314 | 371 | 205 | 22 | 0 | 57 | 2 | 123 | 133 | 113 |
| Binary | 11001100 | 11111001 | 10000101 | 10010 | 0 | 101111 | 10 | 1010011 | 1011011 | 1001011 |
Color Harmonies of #CCF985
Complementary color
Monochromatic Colors of #CCF985
Black with #CCF985
Text Example
Text Example
White with #CCF985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF985; }
p { color: rgb(204,249,133); }
H1.HeaderClassName
{
color: #CCF985;
}
.AnyTagClassName
{
color: #CCF985;
}
</style>
background-color css
<style>
a { background-color: #CCF985; }
a { background-color: rgb(204,249,133); }
div.DivClassName
{
background-color: #CCF985;
}
.BgClassName
{
background-color: #CCF985;
}
</style>
border-color css
<style>
span { border-color: #CCF985; }
span { border-color: rgb(204,249,133); }
td.TdClassName
{
border-color: #CCF985;
}
.TagClassName
{
border-color: #CCF985;
}
</style>