Shades of Sulu #CCF676
Tints of Sulu #CCF676
RGB
CMYK
RGB Variations
Color information
#CCF676 (or 0xCCF676) is known color: Sulu. HEX triplet: CC, F6 and 76. RGB value is (204,246,118). Sum of RGB (Red+Green+Blue) = 204+246+118=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF676 is #330989. Grayscale: #DBDBDB. Windows color (decimal): -3344778 or 7796428. OLE color: 7796428.
HSL color Cylindrical-coordinate representation of color #CCF676: hue angle of 79.69º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCF676 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 118 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.04 |
| HSL | 79.69º | 0.88% | 0.71% | - |
| HSV(B) | 79.69º | 0.52% | 0.96% | - |
| XYZ | 61.13 | 80.06 | 29.37 | - |
| YUV | 218.85 | 71.09 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 118 | 0.17 | 0 | 0.52 | 0.04 | 79.69 | 0.88 | 0.71 |
| Hex | CC | F6 | 76 | 11 | 0 | 34 | 4 | 50 | 58 | 47 |
| Octal | 314 | 366 | 166 | 21 | 0 | 64 | 4 | 120 | 130 | 107 |
| Binary | 11001100 | 11110110 | 1110110 | 10001 | 0 | 110100 | 100 | 1010000 | 1011000 | 1000111 |
Color Harmonies of #CCF676
Complementary color
Monochromatic Colors of #CCF676
Black with #CCF676
Text Example
Text Example
White with #CCF676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF676; }
p { color: rgb(204,246,118); }
H1.HeaderClassName
{
color: #CCF676;
}
.AnyTagClassName
{
color: #CCF676;
}
</style>
background-color css
<style>
a { background-color: #CCF676; }
a { background-color: rgb(204,246,118); }
div.DivClassName
{
background-color: #CCF676;
}
.BgClassName
{
background-color: #CCF676;
}
</style>
border-color css
<style>
span { border-color: #CCF676; }
span { border-color: rgb(204,246,118); }
td.TdClassName
{
border-color: #CCF676;
}
.TagClassName
{
border-color: #CCF676;
}
</style>