Shades of Sulu #CCF973
Tints of Sulu #CCF973
RGB
CMYK
RGB Variations
Color information
#CCF973 (or 0xCCF973) is known color: Sulu. HEX triplet: CC, F9 and 73. RGB value is (204,249,115). Sum of RGB (Red+Green+Blue) = 204+249+115=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 115 (45.31% from 255 or 20.25% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF973 is #33068C. Grayscale: #DCDCDC. Windows color (decimal): -3344013 or 7600588. OLE color: 7600588.
HSL color Cylindrical-coordinate representation of color #CCF973: hue angle of 80.15º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCF973 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 115 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.02 |
| HSL | 80.15º | 0.92% | 0.71% | - |
| HSV(B) | 80.15º | 0.54% | 0.98% | - |
| XYZ | 61.87 | 81.83 | 28.75 | - |
| YUV | 220.27 | 68.59 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 115 | 0.18 | 0 | 0.54 | 0.02 | 80.15 | 0.92 | 0.71 |
| Hex | CC | F9 | 73 | 12 | 0 | 36 | 2 | 50 | 5C | 47 |
| Octal | 314 | 371 | 163 | 22 | 0 | 66 | 2 | 120 | 134 | 107 |
| Binary | 11001100 | 11111001 | 1110011 | 10010 | 0 | 110110 | 10 | 1010000 | 1011100 | 1000111 |
Color Harmonies of #CCF973
Complementary color
Monochromatic Colors of #CCF973
Black with #CCF973
Text Example
Text Example
White with #CCF973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF973; }
p { color: rgb(204,249,115); }
H1.HeaderClassName
{
color: #CCF973;
}
.AnyTagClassName
{
color: #CCF973;
}
</style>
background-color css
<style>
a { background-color: #CCF973; }
a { background-color: rgb(204,249,115); }
div.DivClassName
{
background-color: #CCF973;
}
.BgClassName
{
background-color: #CCF973;
}
</style>
border-color css
<style>
span { border-color: #CCF973; }
span { border-color: rgb(204,249,115); }
td.TdClassName
{
border-color: #CCF973;
}
.TagClassName
{
border-color: #CCF973;
}
</style>