Shades of Sulu #CCF586
Tints of Sulu #CCF586
RGB
CMYK
RGB Variations
Color information
#CCF586 (or 0xCCF586) is known color: Sulu. HEX triplet: CC, F5 and 86. RGB value is (204,245,134). Sum of RGB (Red+Green+Blue) = 204+245+134=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF586 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF586 is #330A79. Grayscale: #DCDCDC. Windows color (decimal): -3345018 or 8844748. OLE color: 8844748.
HSL color Cylindrical-coordinate representation of color #CCF586: hue angle of 82.16º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCF586 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 134 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.04 |
| HSL | 82.16º | 0.85% | 0.74% | - |
| HSV(B) | 82.16º | 0.45% | 0.96% | - |
| XYZ | 61.86 | 79.86 | 34.71 | - |
| YUV | 220.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 134 | 0.17 | 0 | 0.45 | 0.04 | 82.16 | 0.85 | 0.74 |
| Hex | CC | F5 | 86 | 11 | 0 | 2D | 4 | 52 | 55 | 4A |
| Octal | 314 | 365 | 206 | 21 | 0 | 55 | 4 | 122 | 125 | 112 |
| Binary | 11001100 | 11110101 | 10000110 | 10001 | 0 | 101101 | 100 | 1010010 | 1010101 | 1001010 |
Color Harmonies of #CCF586
Complementary color
Monochromatic Colors of #CCF586
Black with #CCF586
Text Example
Text Example
White with #CCF586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF586; }
p { color: rgb(204,245,134); }
H1.HeaderClassName
{
color: #CCF586;
}
.AnyTagClassName
{
color: #CCF586;
}
</style>
background-color css
<style>
a { background-color: #CCF586; }
a { background-color: rgb(204,245,134); }
div.DivClassName
{
background-color: #CCF586;
}
.BgClassName
{
background-color: #CCF586;
}
</style>
border-color css
<style>
span { border-color: #CCF586; }
span { border-color: rgb(204,245,134); }
td.TdClassName
{
border-color: #CCF586;
}
.TagClassName
{
border-color: #CCF586;
}
</style>