Shades of Sulu #CCF470
Tints of Sulu #CCF470
RGB
CMYK
RGB Variations
Color information
#CCF470 (or 0xCCF470) is known color: Sulu. HEX triplet: CC, F4 and 70. RGB value is (204,244,112). Sum of RGB (Red+Green+Blue) = 204+244+112=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF470 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF470 is #330B8F. Grayscale: #D9D9D9. Windows color (decimal): -3345296 or 7402700. OLE color: 7402700.
HSL color Cylindrical-coordinate representation of color #CCF470: hue angle of 78.18º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCF470 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 112 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.04 |
| HSL | 78.18º | 0.86% | 0.7% | - |
| HSV(B) | 78.18º | 0.54% | 0.96% | - |
| XYZ | 60.18 | 78.71 | 27.35 | - |
| YUV | 216.99 | 68.75 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 112 | 0.16 | 0 | 0.54 | 0.04 | 78.18 | 0.86 | 0.7 |
| Hex | CC | F4 | 70 | 10 | 0 | 36 | 4 | 4E | 56 | 46 |
| Octal | 314 | 364 | 160 | 20 | 0 | 66 | 4 | 116 | 126 | 106 |
| Binary | 11001100 | 11110100 | 1110000 | 10000 | 0 | 110110 | 100 | 1001110 | 1010110 | 1000110 |
Color Harmonies of #CCF470
Complementary color
Monochromatic Colors of #CCF470
Black with #CCF470
Text Example
Text Example
White with #CCF470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF470; }
p { color: rgb(204,244,112); }
H1.HeaderClassName
{
color: #CCF470;
}
.AnyTagClassName
{
color: #CCF470;
}
</style>
background-color css
<style>
a { background-color: #CCF470; }
a { background-color: rgb(204,244,112); }
div.DivClassName
{
background-color: #CCF470;
}
.BgClassName
{
background-color: #CCF470;
}
</style>
border-color css
<style>
span { border-color: #CCF470; }
span { border-color: rgb(204,244,112); }
td.TdClassName
{
border-color: #CCF470;
}
.TagClassName
{
border-color: #CCF470;
}
</style>