Shades of Sulu #CCF288
Tints of Sulu #CCF288
RGB
CMYK
RGB Variations
Color information
#CCF288 (or 0xCCF288) is known color: Sulu. HEX triplet: CC, F2 and 88. RGB value is (204,242,136). Sum of RGB (Red+Green+Blue) = 204+242+136=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF288 is #330D77. Grayscale: #DADADA. Windows color (decimal): -3345784 or 8975052. OLE color: 8975052.
HSL color Cylindrical-coordinate representation of color #CCF288: hue angle of 81.51º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCF288 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 136 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.05 |
| HSL | 81.51º | 0.8% | 0.74% | - |
| HSV(B) | 81.51º | 0.44% | 0.95% | - |
| XYZ | 61.1 | 78.12 | 35.15 | - |
| YUV | 218.55 | 81.41 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 136 | 0.16 | 0 | 0.44 | 0.05 | 81.51 | 0.8 | 0.74 |
| Hex | CC | F2 | 88 | 10 | 0 | 2C | 5 | 52 | 50 | 4A |
| Octal | 314 | 362 | 210 | 20 | 0 | 54 | 5 | 122 | 120 | 112 |
| Binary | 11001100 | 11110010 | 10001000 | 10000 | 0 | 101100 | 101 | 1010010 | 1010000 | 1001010 |
Color Harmonies of #CCF288
Complementary color
Monochromatic Colors of #CCF288
Black with #CCF288
Text Example
Text Example
White with #CCF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF288; }
p { color: rgb(204,242,136); }
H1.HeaderClassName
{
color: #CCF288;
}
.AnyTagClassName
{
color: #CCF288;
}
</style>
background-color css
<style>
a { background-color: #CCF288; }
a { background-color: rgb(204,242,136); }
div.DivClassName
{
background-color: #CCF288;
}
.BgClassName
{
background-color: #CCF288;
}
</style>
border-color css
<style>
span { border-color: #CCF288; }
span { border-color: rgb(204,242,136); }
td.TdClassName
{
border-color: #CCF288;
}
.TagClassName
{
border-color: #CCF288;
}
</style>