Shades of Sulu #CCF278
Tints of Sulu #CCF278
RGB
CMYK
RGB Variations
Color information
#CCF278 (or 0xCCF278) is known color: Sulu. HEX triplet: CC, F2 and 78. RGB value is (204,242,120). Sum of RGB (Red+Green+Blue) = 204+242+120=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF278 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF278 is #330D87. Grayscale: #D9D9D9. Windows color (decimal): -3345800 or 7926476. OLE color: 7926476.
HSL color Cylindrical-coordinate representation of color #CCF278: hue angle of 78.69º 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 #CCF278 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 120 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.05 |
| HSL | 78.69º | 0.82% | 0.71% | - |
| HSV(B) | 78.69º | 0.5% | 0.95% | - |
| XYZ | 60.04 | 77.7 | 29.6 | - |
| YUV | 216.73 | 73.41 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 120 | 0.16 | 0 | 0.50 | 0.05 | 78.69 | 0.82 | 0.71 |
| Hex | CC | F2 | 78 | 10 | 0 | 32 | 5 | 4F | 52 | 47 |
| Octal | 314 | 362 | 170 | 20 | 0 | 62 | 5 | 117 | 122 | 107 |
| Binary | 11001100 | 11110010 | 1111000 | 10000 | 0 | 110010 | 101 | 1001111 | 1010010 | 1000111 |
Color Harmonies of #CCF278
Complementary color
Monochromatic Colors of #CCF278
Black with #CCF278
Text Example
Text Example
White with #CCF278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF278; }
p { color: rgb(204,242,120); }
H1.HeaderClassName
{
color: #CCF278;
}
.AnyTagClassName
{
color: #CCF278;
}
</style>
background-color css
<style>
a { background-color: #CCF278; }
a { background-color: rgb(204,242,120); }
div.DivClassName
{
background-color: #CCF278;
}
.BgClassName
{
background-color: #CCF278;
}
</style>
border-color css
<style>
span { border-color: #CCF278; }
span { border-color: rgb(204,242,120); }
td.TdClassName
{
border-color: #CCF278;
}
.TagClassName
{
border-color: #CCF278;
}
</style>