Shades of Sulu #CCE985
Tints of Sulu #CCE985
RGB
CMYK
RGB Variations
Color information
#CCE985 (or 0xCCE985) is known color: Sulu. HEX triplet: CC, E9 and 85. RGB value is (204,233,133). Sum of RGB (Red+Green+Blue) = 204+233+133=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE985 is #33167A. Grayscale: #D5D5D5. Windows color (decimal): -3348091 or 8776140. OLE color: 8776140.
HSL color Cylindrical-coordinate representation of color #CCE985: hue angle of 77.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCE985 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 133 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.09 |
| HSL | 77.4º | 0.69% | 0.72% | - |
| HSV(B) | 77.4º | 0.43% | 0.91% | - |
| XYZ | 58.27 | 72.81 | 33.17 | - |
| YUV | 212.93 | 82.89 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 133 | 0.12 | 0 | 0.43 | 0.09 | 77.4 | 0.69 | 0.72 |
| Hex | CC | E9 | 85 | C | 0 | 2B | 9 | 4D | 45 | 48 |
| Octal | 314 | 351 | 205 | 14 | 0 | 53 | 11 | 115 | 105 | 110 |
| Binary | 11001100 | 11101001 | 10000101 | 1100 | 0 | 101011 | 1001 | 1001101 | 1000101 | 1001000 |
Color Harmonies of #CCE985
Complementary color
Monochromatic Colors of #CCE985
Black with #CCE985
Text Example
Text Example
White with #CCE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE985; }
p { color: rgb(204,233,133); }
H1.HeaderClassName
{
color: #CCE985;
}
.AnyTagClassName
{
color: #CCE985;
}
</style>
background-color css
<style>
a { background-color: #CCE985; }
a { background-color: rgb(204,233,133); }
div.DivClassName
{
background-color: #CCE985;
}
.BgClassName
{
background-color: #CCE985;
}
</style>
border-color css
<style>
span { border-color: #CCE985; }
span { border-color: rgb(204,233,133); }
td.TdClassName
{
border-color: #CCE985;
}
.TagClassName
{
border-color: #CCE985;
}
</style>