Shades of Sulu #CCF67C
Tints of Sulu #CCF67C
RGB
CMYK
RGB Variations
Color information
#CCF67C (or 0xCCF67C) is known color: Sulu. HEX triplet: CC, F6 and 7C. RGB value is (204,246,124). Sum of RGB (Red+Green+Blue) = 204+246+124=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 124 (48.83% from 255 or 21.60% from 574); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF67C is #330983. Grayscale: #DBDBDB. Windows color (decimal): -3344772 or 8189644. OLE color: 8189644.
HSL color Cylindrical-coordinate representation of color #CCF67C: hue angle of 80.66º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCF67C is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 124 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.04 |
| HSL | 80.66º | 0.87% | 0.73% | - |
| HSV(B) | 80.66º | 0.5% | 0.96% | - |
| XYZ | 61.5 | 80.2 | 31.31 | - |
| YUV | 219.53 | 74.09 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 124 | 0.17 | 0 | 0.50 | 0.04 | 80.66 | 0.87 | 0.73 |
| Hex | CC | F6 | 7C | 11 | 0 | 32 | 4 | 51 | 57 | 49 |
| Octal | 314 | 366 | 174 | 21 | 0 | 62 | 4 | 121 | 127 | 111 |
| Binary | 11001100 | 11110110 | 1111100 | 10001 | 0 | 110010 | 100 | 1010001 | 1010111 | 1001001 |
Color Harmonies of #CCF67C
Complementary color
Monochromatic Colors of #CCF67C
Black with #CCF67C
Text Example
Text Example
White with #CCF67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF67C; }
p { color: rgb(204,246,124); }
H1.HeaderClassName
{
color: #CCF67C;
}
.AnyTagClassName
{
color: #CCF67C;
}
</style>
background-color css
<style>
a { background-color: #CCF67C; }
a { background-color: rgb(204,246,124); }
div.DivClassName
{
background-color: #CCF67C;
}
.BgClassName
{
background-color: #CCF67C;
}
</style>
border-color css
<style>
span { border-color: #CCF67C; }
span { border-color: rgb(204,246,124); }
td.TdClassName
{
border-color: #CCF67C;
}
.TagClassName
{
border-color: #CCF67C;
}
</style>