Shades of Sulu #CCF880
Tints of Sulu #CCF880
RGB
CMYK
RGB Variations
Color information
#CCF880 (or 0xCCF880) is known color: Sulu. HEX triplet: CC, F8 and 80. RGB value is (204,248,128). Sum of RGB (Red+Green+Blue) = 204+248+128=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 248 (97.27% from 255 or 42.76% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF880 is #33077F. Grayscale: #DDDDDD. Windows color (decimal): -3344256 or 8452300. OLE color: 8452300.
HSL color Cylindrical-coordinate representation of color #CCF880: hue angle of 82º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCF880 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 128 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.03 |
| HSL | 82º | 0.9% | 0.74% | - |
| HSV(B) | 82º | 0.48% | 0.97% | - |
| XYZ | 62.37 | 81.53 | 32.87 | - |
| YUV | 221.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 128 | 0.18 | 0 | 0.48 | 0.03 | 82 | 0.9 | 0.74 |
| Hex | CC | F8 | 80 | 12 | 0 | 30 | 3 | 52 | 5A | 4A |
| Octal | 314 | 370 | 200 | 22 | 0 | 60 | 3 | 122 | 132 | 112 |
| Binary | 11001100 | 11111000 | 10000000 | 10010 | 0 | 110000 | 11 | 1010010 | 1011010 | 1001010 |
Color Harmonies of #CCF880
Complementary color
Monochromatic Colors of #CCF880
Black with #CCF880
Text Example
Text Example
White with #CCF880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF880; }
p { color: rgb(204,248,128); }
H1.HeaderClassName
{
color: #CCF880;
}
.AnyTagClassName
{
color: #CCF880;
}
</style>
background-color css
<style>
a { background-color: #CCF880; }
a { background-color: rgb(204,248,128); }
div.DivClassName
{
background-color: #CCF880;
}
.BgClassName
{
background-color: #CCF880;
}
</style>
border-color css
<style>
span { border-color: #CCF880; }
span { border-color: rgb(204,248,128); }
td.TdClassName
{
border-color: #CCF880;
}
.TagClassName
{
border-color: #CCF880;
}
</style>