Shades of Sulu #CCF571
Tints of Sulu #CCF571
RGB
CMYK
RGB Variations
Color information
#CCF571 (or 0xCCF571) is known color: Sulu. HEX triplet: CC, F5 and 71. RGB value is (204,245,113). Sum of RGB (Red+Green+Blue) = 204+245+113=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF571 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF571 is #330A8E. Grayscale: #DADADA. Windows color (decimal): -3345039 or 7468492. OLE color: 7468492.
HSL color Cylindrical-coordinate representation of color #CCF571: hue angle of 78.64º degrees, saturation: 0.87, 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 #CCF571 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 113 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.04 |
| HSL | 78.64º | 0.87% | 0.7% | - |
| HSV(B) | 78.64º | 0.54% | 0.96% | - |
| XYZ | 60.53 | 79.33 | 27.75 | - |
| YUV | 217.69 | 68.92 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 113 | 0.17 | 0 | 0.54 | 0.04 | 78.64 | 0.87 | 0.7 |
| Hex | CC | F5 | 71 | 11 | 0 | 36 | 4 | 4F | 57 | 46 |
| Octal | 314 | 365 | 161 | 21 | 0 | 66 | 4 | 117 | 127 | 106 |
| Binary | 11001100 | 11110101 | 1110001 | 10001 | 0 | 110110 | 100 | 1001111 | 1010111 | 1000110 |
Color Harmonies of #CCF571
Complementary color
Monochromatic Colors of #CCF571
Black with #CCF571
Text Example
Text Example
White with #CCF571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF571; }
p { color: rgb(204,245,113); }
H1.HeaderClassName
{
color: #CCF571;
}
.AnyTagClassName
{
color: #CCF571;
}
</style>
background-color css
<style>
a { background-color: #CCF571; }
a { background-color: rgb(204,245,113); }
div.DivClassName
{
background-color: #CCF571;
}
.BgClassName
{
background-color: #CCF571;
}
</style>
border-color css
<style>
span { border-color: #CCF571; }
span { border-color: rgb(204,245,113); }
td.TdClassName
{
border-color: #CCF571;
}
.TagClassName
{
border-color: #CCF571;
}
</style>