Shades of Sulu #CEEC7C
Tints of Sulu #CEEC7C
RGB
CMYK
RGB Variations
Color information
#CEEC7C (or 0xCEEC7C) is known color: Sulu. HEX triplet: CE, EC and 7C. RGB value is (206,236,124). Sum of RGB (Red+Green+Blue) = 206+236+124=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEC7C is #311383. Grayscale: #D6D6D6. Windows color (decimal): -3216260 or 8187086. OLE color: 8187086.
HSL color Cylindrical-coordinate representation of color #CEEC7C: hue angle of 76.07º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEEC7C is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 124 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.07 |
| HSL | 76.07º | 0.75% | 0.71% | - |
| HSV(B) | 76.07º | 0.47% | 0.93% | - |
| XYZ | 59.09 | 74.57 | 30.35 | - |
| YUV | 214.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 124 | 0.13 | 0 | 0.47 | 0.07 | 76.07 | 0.75 | 0.71 |
| Hex | CE | EC | 7C | D | 0 | 2F | 7 | 4C | 4B | 47 |
| Octal | 316 | 354 | 174 | 15 | 0 | 57 | 7 | 114 | 113 | 107 |
| Binary | 11001110 | 11101100 | 1111100 | 1101 | 0 | 101111 | 111 | 1001100 | 1001011 | 1000111 |
Color Harmonies of #CEEC7C
Complementary color
Monochromatic Colors of #CEEC7C
Black with #CEEC7C
Text Example
Text Example
White with #CEEC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC7C; }
p { color: rgb(206,236,124); }
H1.HeaderClassName
{
color: #CEEC7C;
}
.AnyTagClassName
{
color: #CEEC7C;
}
</style>
background-color css
<style>
a { background-color: #CEEC7C; }
a { background-color: rgb(206,236,124); }
div.DivClassName
{
background-color: #CEEC7C;
}
.BgClassName
{
background-color: #CEEC7C;
}
</style>
border-color css
<style>
span { border-color: #CEEC7C; }
span { border-color: rgb(206,236,124); }
td.TdClassName
{
border-color: #CEEC7C;
}
.TagClassName
{
border-color: #CEEC7C;
}
</style>