Shades of Sulu #CCF085
Tints of Sulu #CCF085
RGB
CMYK
RGB Variations
Color information
#CCF085 (or 0xCCF085) is known color: Sulu. HEX triplet: CC, F0 and 85. RGB value is (204,240,133). Sum of RGB (Red+Green+Blue) = 204+240+133=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF085 is #330F7A. Grayscale: #D9D9D9. Windows color (decimal): -3346299 or 8777932. OLE color: 8777932.
HSL color Cylindrical-coordinate representation of color #CCF085: hue angle of 80.19º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCF085 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 133 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.06 |
| HSL | 80.19º | 0.78% | 0.73% | - |
| HSV(B) | 80.19º | 0.45% | 0.94% | - |
| XYZ | 60.3 | 76.85 | 33.85 | - |
| YUV | 217.04 | 80.57 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 133 | 0.15 | 0 | 0.45 | 0.06 | 80.19 | 0.78 | 0.73 |
| Hex | CC | F0 | 85 | F | 0 | 2D | 6 | 50 | 4E | 49 |
| Octal | 314 | 360 | 205 | 17 | 0 | 55 | 6 | 120 | 116 | 111 |
| Binary | 11001100 | 11110000 | 10000101 | 1111 | 0 | 101101 | 110 | 1010000 | 1001110 | 1001001 |
Color Harmonies of #CCF085
Complementary color
Monochromatic Colors of #CCF085
Black with #CCF085
Text Example
Text Example
White with #CCF085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF085; }
p { color: rgb(204,240,133); }
H1.HeaderClassName
{
color: #CCF085;
}
.AnyTagClassName
{
color: #CCF085;
}
</style>
background-color css
<style>
a { background-color: #CCF085; }
a { background-color: rgb(204,240,133); }
div.DivClassName
{
background-color: #CCF085;
}
.BgClassName
{
background-color: #CCF085;
}
</style>
border-color css
<style>
span { border-color: #CCF085; }
span { border-color: rgb(204,240,133); }
td.TdClassName
{
border-color: #CCF085;
}
.TagClassName
{
border-color: #CCF085;
}
</style>