Shades of Sulu #CCF279
Tints of Sulu #CCF279
RGB
CMYK
RGB Variations
Color information
#CCF279 (or 0xCCF279) is known color: Sulu. HEX triplet: CC, F2 and 79. RGB value is (204,242,121). Sum of RGB (Red+Green+Blue) = 204+242+121=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 121 (47.66% from 255 or 21.34% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF279 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF279 is #330D86. Grayscale: #D9D9D9. Windows color (decimal): -3345799 or 7992012. OLE color: 7992012.
HSL color Cylindrical-coordinate representation of color #CCF279: hue angle of 78.84º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCF279 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 121 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.05 |
| HSL | 78.84º | 0.82% | 0.71% | - |
| HSV(B) | 78.84º | 0.5% | 0.95% | - |
| XYZ | 60.11 | 77.72 | 29.92 | - |
| YUV | 216.84 | 73.91 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 121 | 0.16 | 0 | 0.50 | 0.05 | 78.84 | 0.82 | 0.71 |
| Hex | CC | F2 | 79 | 10 | 0 | 32 | 5 | 4F | 52 | 47 |
| Octal | 314 | 362 | 171 | 20 | 0 | 62 | 5 | 117 | 122 | 107 |
| Binary | 11001100 | 11110010 | 1111001 | 10000 | 0 | 110010 | 101 | 1001111 | 1010010 | 1000111 |
Color Harmonies of #CCF279
Complementary color
Monochromatic Colors of #CCF279
Black with #CCF279
Text Example
Text Example
White with #CCF279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF279; }
p { color: rgb(204,242,121); }
H1.HeaderClassName
{
color: #CCF279;
}
.AnyTagClassName
{
color: #CCF279;
}
</style>
background-color css
<style>
a { background-color: #CCF279; }
a { background-color: rgb(204,242,121); }
div.DivClassName
{
background-color: #CCF279;
}
.BgClassName
{
background-color: #CCF279;
}
</style>
border-color css
<style>
span { border-color: #CCF279; }
span { border-color: rgb(204,242,121); }
td.TdClassName
{
border-color: #CCF279;
}
.TagClassName
{
border-color: #CCF279;
}
</style>