Shades of Sulu #CCF18E
Tints of Sulu #CCF18E
RGB
CMYK
RGB Variations
Color information
#CCF18E (or 0xCCF18E) is known color: Sulu. HEX triplet: CC, F1 and 8E. RGB value is (204,241,142). Sum of RGB (Red+Green+Blue) = 204+241+142=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF18E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF18E is #330E71. Grayscale: #DBDBDB. Windows color (decimal): -3346034 or 9368012. OLE color: 9368012.
HSL color Cylindrical-coordinate representation of color #CCF18E: hue angle of 82.42º 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 #CCF18E is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 142 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.05 |
| HSL | 82.42º | 0.78% | 0.75% | - |
| HSV(B) | 82.42º | 0.41% | 0.95% | - |
| XYZ | 61.24 | 77.7 | 37.36 | - |
| YUV | 218.65 | 84.74 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 142 | 0.15 | 0 | 0.41 | 0.05 | 82.42 | 0.78 | 0.75 |
| Hex | CC | F1 | 8E | F | 0 | 29 | 5 | 52 | 4E | 4B |
| Octal | 314 | 361 | 216 | 17 | 0 | 51 | 5 | 122 | 116 | 113 |
| Binary | 11001100 | 11110001 | 10001110 | 1111 | 0 | 101001 | 101 | 1010010 | 1001110 | 1001011 |
Color Harmonies of #CCF18E
Complementary color
Monochromatic Colors of #CCF18E
Black with #CCF18E
Text Example
Text Example
White with #CCF18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF18E; }
p { color: rgb(204,241,142); }
H1.HeaderClassName
{
color: #CCF18E;
}
.AnyTagClassName
{
color: #CCF18E;
}
</style>
background-color css
<style>
a { background-color: #CCF18E; }
a { background-color: rgb(204,241,142); }
div.DivClassName
{
background-color: #CCF18E;
}
.BgClassName
{
background-color: #CCF18E;
}
</style>
border-color css
<style>
span { border-color: #CCF18E; }
span { border-color: rgb(204,241,142); }
td.TdClassName
{
border-color: #CCF18E;
}
.TagClassName
{
border-color: #CCF18E;
}
</style>