Shades of Sulu #CCF476
Tints of Sulu #CCF476
RGB
CMYK
RGB Variations
Color information
#CCF476 (or 0xCCF476) is known color: Sulu. HEX triplet: CC, F4 and 76. RGB value is (204,244,118). Sum of RGB (Red+Green+Blue) = 204+244+118=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF476 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF476 is #330B89. Grayscale: #DADADA. Windows color (decimal): -3345290 or 7795916. OLE color: 7795916.
HSL color Cylindrical-coordinate representation of color #CCF476: hue angle of 79.05º degrees, saturation: 0.85, 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 #CCF476 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 118 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.04 |
| HSL | 79.05º | 0.85% | 0.71% | - |
| HSV(B) | 79.05º | 0.52% | 0.96% | - |
| XYZ | 60.52 | 78.85 | 29.17 | - |
| YUV | 217.68 | 71.75 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 118 | 0.16 | 0 | 0.52 | 0.04 | 79.05 | 0.85 | 0.71 |
| Hex | CC | F4 | 76 | 10 | 0 | 34 | 4 | 4F | 55 | 47 |
| Octal | 314 | 364 | 166 | 20 | 0 | 64 | 4 | 117 | 125 | 107 |
| Binary | 11001100 | 11110100 | 1110110 | 10000 | 0 | 110100 | 100 | 1001111 | 1010101 | 1000111 |
Color Harmonies of #CCF476
Complementary color
Monochromatic Colors of #CCF476
Black with #CCF476
Text Example
Text Example
White with #CCF476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF476; }
p { color: rgb(204,244,118); }
H1.HeaderClassName
{
color: #CCF476;
}
.AnyTagClassName
{
color: #CCF476;
}
</style>
background-color css
<style>
a { background-color: #CCF476; }
a { background-color: rgb(204,244,118); }
div.DivClassName
{
background-color: #CCF476;
}
.BgClassName
{
background-color: #CCF476;
}
</style>
border-color css
<style>
span { border-color: #CCF476; }
span { border-color: rgb(204,244,118); }
td.TdClassName
{
border-color: #CCF476;
}
.TagClassName
{
border-color: #CCF476;
}
</style>