Shades of Sulu #CEE17B
Tints of Sulu #CEE17B
RGB
CMYK
RGB Variations
Color information
#CEE17B (or 0xCEE17B) is known color: Sulu. HEX triplet: CE, E1 and 7B. RGB value is (206,225,123). Sum of RGB (Red+Green+Blue) = 206+225+123=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE17B is #311E84. Grayscale: #D0D0D0. Windows color (decimal): -3219077 or 8118734. OLE color: 8118734.
HSL color Cylindrical-coordinate representation of color #CEE17B: hue angle of 71.18º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEE17B is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 123 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.12 |
| HSL | 71.18º | 0.63% | 0.68% | - |
| HSV(B) | 71.18º | 0.45% | 0.88% | - |
| XYZ | 55.95 | 68.4 | 28.99 | - |
| YUV | 207.69 | 80.21 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 123 | 0.08 | 0 | 0.45 | 0.12 | 71.18 | 0.63 | 0.68 |
| Hex | CE | E1 | 7B | 8 | 0 | 2D | C | 47 | 3F | 44 |
| Octal | 316 | 341 | 173 | 10 | 0 | 55 | 14 | 107 | 77 | 104 |
| Binary | 11001110 | 11100001 | 1111011 | 1000 | 0 | 101101 | 1100 | 1000111 | 111111 | 1000100 |
Color Harmonies of #CEE17B
Complementary color
Monochromatic Colors of #CEE17B
Black with #CEE17B
Text Example
Text Example
White with #CEE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE17B; }
p { color: rgb(206,225,123); }
H1.HeaderClassName
{
color: #CEE17B;
}
.AnyTagClassName
{
color: #CEE17B;
}
</style>
background-color css
<style>
a { background-color: #CEE17B; }
a { background-color: rgb(206,225,123); }
div.DivClassName
{
background-color: #CEE17B;
}
.BgClassName
{
background-color: #CEE17B;
}
</style>
border-color css
<style>
span { border-color: #CEE17B; }
span { border-color: rgb(206,225,123); }
td.TdClassName
{
border-color: #CEE17B;
}
.TagClassName
{
border-color: #CEE17B;
}
</style>