Shades of Sulu #CCF971
Tints of Sulu #CCF971
RGB
CMYK
RGB Variations
Color information
#CCF971 (or 0xCCF971) is known color: Sulu. HEX triplet: CC, F9 and 71. RGB value is (204,249,113). Sum of RGB (Red+Green+Blue) = 204+249+113=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF971 is #33068E. Grayscale: #DCDCDC. Windows color (decimal): -3344015 or 7469516. OLE color: 7469516.
HSL color Cylindrical-coordinate representation of color #CCF971: hue angle of 79.85º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCF971 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 113 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.02 |
| HSL | 79.85º | 0.92% | 0.71% | - |
| HSV(B) | 79.85º | 0.55% | 0.98% | - |
| XYZ | 61.76 | 81.78 | 28.15 | - |
| YUV | 220.04 | 67.59 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 113 | 0.18 | 0 | 0.55 | 0.02 | 79.85 | 0.92 | 0.71 |
| Hex | CC | F9 | 71 | 12 | 0 | 37 | 2 | 50 | 5C | 47 |
| Octal | 314 | 371 | 161 | 22 | 0 | 67 | 2 | 120 | 134 | 107 |
| Binary | 11001100 | 11111001 | 1110001 | 10010 | 0 | 110111 | 10 | 1010000 | 1011100 | 1000111 |
Color Harmonies of #CCF971
Complementary color
Monochromatic Colors of #CCF971
Black with #CCF971
Text Example
Text Example
White with #CCF971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF971; }
p { color: rgb(204,249,113); }
H1.HeaderClassName
{
color: #CCF971;
}
.AnyTagClassName
{
color: #CCF971;
}
</style>
background-color css
<style>
a { background-color: #CCF971; }
a { background-color: rgb(204,249,113); }
div.DivClassName
{
background-color: #CCF971;
}
.BgClassName
{
background-color: #CCF971;
}
</style>
border-color css
<style>
span { border-color: #CCF971; }
span { border-color: rgb(204,249,113); }
td.TdClassName
{
border-color: #CCF971;
}
.TagClassName
{
border-color: #CCF971;
}
</style>