Shades of Sulu #CCF18D
Tints of Sulu #CCF18D
RGB
CMYK
RGB Variations
Color information
#CCF18D (or 0xCCF18D) is known color: Sulu. HEX triplet: CC, F1 and 8D. RGB value is (204,241,141). Sum of RGB (Red+Green+Blue) = 204+241+141=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF18D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF18D is #330E72. Grayscale: #DADADA. Windows color (decimal): -3346035 or 9302476. OLE color: 9302476.
HSL color Cylindrical-coordinate representation of color #CCF18D: hue angle of 82.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCF18D is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 141 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.05 |
| HSL | 82.2º | 0.78% | 0.75% | - |
| HSV(B) | 82.2º | 0.41% | 0.95% | - |
| XYZ | 61.16 | 77.67 | 36.97 | - |
| YUV | 218.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 141 | 0.15 | 0 | 0.41 | 0.05 | 82.2 | 0.78 | 0.75 |
| Hex | CC | F1 | 8D | F | 0 | 29 | 5 | 52 | 4E | 4B |
| Octal | 314 | 361 | 215 | 17 | 0 | 51 | 5 | 122 | 116 | 113 |
| Binary | 11001100 | 11110001 | 10001101 | 1111 | 0 | 101001 | 101 | 1010010 | 1001110 | 1001011 |
Color Harmonies of #CCF18D
Complementary color
Monochromatic Colors of #CCF18D
Black with #CCF18D
Text Example
Text Example
White with #CCF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF18D; }
p { color: rgb(204,241,141); }
H1.HeaderClassName
{
color: #CCF18D;
}
.AnyTagClassName
{
color: #CCF18D;
}
</style>
background-color css
<style>
a { background-color: #CCF18D; }
a { background-color: rgb(204,241,141); }
div.DivClassName
{
background-color: #CCF18D;
}
.BgClassName
{
background-color: #CCF18D;
}
</style>
border-color css
<style>
span { border-color: #CCF18D; }
span { border-color: rgb(204,241,141); }
td.TdClassName
{
border-color: #CCF18D;
}
.TagClassName
{
border-color: #CCF18D;
}
</style>