Shades of Sulu #CCF678
Tints of Sulu #CCF678
RGB
CMYK
RGB Variations
Color information
#CCF678 (or 0xCCF678) is known color: Sulu. HEX triplet: CC, F6 and 78. RGB value is (204,246,120). Sum of RGB (Red+Green+Blue) = 204+246+120=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF678 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF678 is #330987. Grayscale: #DBDBDB. Windows color (decimal): -3344776 or 7927500. OLE color: 7927500.
HSL color Cylindrical-coordinate representation of color #CCF678: hue angle of 80º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCF678 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 120 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.04 |
| HSL | 80º | 0.88% | 0.72% | - |
| HSV(B) | 80º | 0.51% | 0.96% | - |
| XYZ | 61.25 | 80.1 | 30 | - |
| YUV | 219.08 | 72.09 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 120 | 0.17 | 0 | 0.51 | 0.04 | 80 | 0.88 | 0.72 |
| Hex | CC | F6 | 78 | 11 | 0 | 33 | 4 | 50 | 58 | 48 |
| Octal | 314 | 366 | 170 | 21 | 0 | 63 | 4 | 120 | 130 | 110 |
| Binary | 11001100 | 11110110 | 1111000 | 10001 | 0 | 110011 | 100 | 1010000 | 1011000 | 1001000 |
Color Harmonies of #CCF678
Complementary color
Monochromatic Colors of #CCF678
Black with #CCF678
Text Example
Text Example
White with #CCF678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF678; }
p { color: rgb(204,246,120); }
H1.HeaderClassName
{
color: #CCF678;
}
.AnyTagClassName
{
color: #CCF678;
}
</style>
background-color css
<style>
a { background-color: #CCF678; }
a { background-color: rgb(204,246,120); }
div.DivClassName
{
background-color: #CCF678;
}
.BgClassName
{
background-color: #CCF678;
}
</style>
border-color css
<style>
span { border-color: #CCF678; }
span { border-color: rgb(204,246,120); }
td.TdClassName
{
border-color: #CCF678;
}
.TagClassName
{
border-color: #CCF678;
}
</style>