Shades of Sulu #CCF370
Tints of Sulu #CCF370
RGB
CMYK
RGB Variations
Color information
#CCF370 (or 0xCCF370) is known color: Sulu. HEX triplet: CC, F3 and 70. RGB value is (204,243,112). Sum of RGB (Red+Green+Blue) = 204+243+112=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF370 is #330C8F. Grayscale: #D8D8D8. Windows color (decimal): -3345552 or 7402444. OLE color: 7402444.
HSL color Cylindrical-coordinate representation of color #CCF370: hue angle of 77.86º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCF370 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 112 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.05 |
| HSL | 77.86º | 0.85% | 0.7% | - |
| HSV(B) | 77.86º | 0.54% | 0.95% | - |
| XYZ | 59.88 | 78.11 | 27.25 | - |
| YUV | 216.41 | 69.08 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 112 | 0.16 | 0 | 0.54 | 0.05 | 77.86 | 0.85 | 0.7 |
| Hex | CC | F3 | 70 | 10 | 0 | 36 | 5 | 4E | 55 | 46 |
| Octal | 314 | 363 | 160 | 20 | 0 | 66 | 5 | 116 | 125 | 106 |
| Binary | 11001100 | 11110011 | 1110000 | 10000 | 0 | 110110 | 101 | 1001110 | 1010101 | 1000110 |
Color Harmonies of #CCF370
Complementary color
Monochromatic Colors of #CCF370
Black with #CCF370
Text Example
Text Example
White with #CCF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF370; }
p { color: rgb(204,243,112); }
H1.HeaderClassName
{
color: #CCF370;
}
.AnyTagClassName
{
color: #CCF370;
}
</style>
background-color css
<style>
a { background-color: #CCF370; }
a { background-color: rgb(204,243,112); }
div.DivClassName
{
background-color: #CCF370;
}
.BgClassName
{
background-color: #CCF370;
}
</style>
border-color css
<style>
span { border-color: #CCF370; }
span { border-color: rgb(204,243,112); }
td.TdClassName
{
border-color: #CCF370;
}
.TagClassName
{
border-color: #CCF370;
}
</style>