Shades of Sulu #CCF575
Tints of Sulu #CCF575
RGB
CMYK
RGB Variations
Color information
#CCF575 (or 0xCCF575) is known color: Sulu. HEX triplet: CC, F5 and 75. RGB value is (204,245,117). Sum of RGB (Red+Green+Blue) = 204+245+117=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF575 is #330A8A. Grayscale: #DADADA. Windows color (decimal): -3345035 or 7730636. OLE color: 7730636.
HSL color Cylindrical-coordinate representation of color #CCF575: hue angle of 79.22º degrees, saturation: 0.86, 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 #CCF575 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 117 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.04 |
| HSL | 79.22º | 0.86% | 0.71% | - |
| HSV(B) | 79.22º | 0.52% | 0.96% | - |
| XYZ | 60.77 | 79.43 | 28.96 | - |
| YUV | 218.15 | 70.92 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 117 | 0.17 | 0 | 0.52 | 0.04 | 79.22 | 0.86 | 0.71 |
| Hex | CC | F5 | 75 | 11 | 0 | 34 | 4 | 4F | 56 | 47 |
| Octal | 314 | 365 | 165 | 21 | 0 | 64 | 4 | 117 | 126 | 107 |
| Binary | 11001100 | 11110101 | 1110101 | 10001 | 0 | 110100 | 100 | 1001111 | 1010110 | 1000111 |
Color Harmonies of #CCF575
Complementary color
Monochromatic Colors of #CCF575
Black with #CCF575
Text Example
Text Example
White with #CCF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF575; }
p { color: rgb(204,245,117); }
H1.HeaderClassName
{
color: #CCF575;
}
.AnyTagClassName
{
color: #CCF575;
}
</style>
background-color css
<style>
a { background-color: #CCF575; }
a { background-color: rgb(204,245,117); }
div.DivClassName
{
background-color: #CCF575;
}
.BgClassName
{
background-color: #CCF575;
}
</style>
border-color css
<style>
span { border-color: #CCF575; }
span { border-color: rgb(204,245,117); }
td.TdClassName
{
border-color: #CCF575;
}
.TagClassName
{
border-color: #CCF575;
}
</style>