Shades of Sulu #CCF385
Tints of Sulu #CCF385
RGB
CMYK
RGB Variations
Color information
#CCF385 (or 0xCCF385) is known color: Sulu. HEX triplet: CC, F3 and 85. RGB value is (204,243,133). Sum of RGB (Red+Green+Blue) = 204+243+133=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF385 is #330C7A. Grayscale: #DBDBDB. Windows color (decimal): -3345531 or 8778700. OLE color: 8778700.
HSL color Cylindrical-coordinate representation of color #CCF385: hue angle of 81.27º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCF385 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 133 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.05 |
| HSL | 81.27º | 0.82% | 0.74% | - |
| HSV(B) | 81.27º | 0.45% | 0.95% | - |
| XYZ | 61.19 | 78.63 | 34.14 | - |
| YUV | 218.8 | 79.58 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 133 | 0.16 | 0 | 0.45 | 0.05 | 81.27 | 0.82 | 0.74 |
| Hex | CC | F3 | 85 | 10 | 0 | 2D | 5 | 51 | 52 | 4A |
| Octal | 314 | 363 | 205 | 20 | 0 | 55 | 5 | 121 | 122 | 112 |
| Binary | 11001100 | 11110011 | 10000101 | 10000 | 0 | 101101 | 101 | 1010001 | 1010010 | 1001010 |
Color Harmonies of #CCF385
Complementary color
Monochromatic Colors of #CCF385
Black with #CCF385
Text Example
Text Example
White with #CCF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF385; }
p { color: rgb(204,243,133); }
H1.HeaderClassName
{
color: #CCF385;
}
.AnyTagClassName
{
color: #CCF385;
}
</style>
background-color css
<style>
a { background-color: #CCF385; }
a { background-color: rgb(204,243,133); }
div.DivClassName
{
background-color: #CCF385;
}
.BgClassName
{
background-color: #CCF385;
}
</style>
border-color css
<style>
span { border-color: #CCF385; }
span { border-color: rgb(204,243,133); }
td.TdClassName
{
border-color: #CCF385;
}
.TagClassName
{
border-color: #CCF385;
}
</style>