Shades of Sulu #CCF986
Tints of Sulu #CCF986
RGB
CMYK
RGB Variations
Color information
#CCF986 (or 0xCCF986) is known color: Sulu. HEX triplet: CC, F9 and 86. RGB value is (204,249,134). Sum of RGB (Red+Green+Blue) = 204+249+134=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF986 is #330679. Grayscale: #DEDEDE. Windows color (decimal): -3343994 or 8845772. OLE color: 8845772.
HSL color Cylindrical-coordinate representation of color #CCF986: hue angle of 83.48º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCF986 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 134 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.02 |
| HSL | 83.48º | 0.91% | 0.75% | - |
| HSV(B) | 83.48º | 0.46% | 0.98% | - |
| XYZ | 63.08 | 82.31 | 35.12 | - |
| YUV | 222.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 134 | 0.18 | 0 | 0.46 | 0.02 | 83.48 | 0.91 | 0.75 |
| Hex | CC | F9 | 86 | 12 | 0 | 2E | 2 | 53 | 5B | 4B |
| Octal | 314 | 371 | 206 | 22 | 0 | 56 | 2 | 123 | 133 | 113 |
| Binary | 11001100 | 11111001 | 10000110 | 10010 | 0 | 101110 | 10 | 1010011 | 1011011 | 1001011 |
Color Harmonies of #CCF986
Complementary color
Monochromatic Colors of #CCF986
Black with #CCF986
Text Example
Text Example
White with #CCF986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF986; }
p { color: rgb(204,249,134); }
H1.HeaderClassName
{
color: #CCF986;
}
.AnyTagClassName
{
color: #CCF986;
}
</style>
background-color css
<style>
a { background-color: #CCF986; }
a { background-color: rgb(204,249,134); }
div.DivClassName
{
background-color: #CCF986;
}
.BgClassName
{
background-color: #CCF986;
}
</style>
border-color css
<style>
span { border-color: #CCF986; }
span { border-color: rgb(204,249,134); }
td.TdClassName
{
border-color: #CCF986;
}
.TagClassName
{
border-color: #CCF986;
}
</style>