Shades of Sulu #CEE07C
Tints of Sulu #CEE07C
RGB
CMYK
RGB Variations
Color information
#CEE07C (or 0xCEE07C) is known color: Sulu. HEX triplet: CE, E0 and 7C. RGB value is (206,224,124). Sum of RGB (Red+Green+Blue) = 206+224+124=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE07C is #311F83. Grayscale: #CFCFCF. Windows color (decimal): -3219332 or 8184014. OLE color: 8184014.
HSL color Cylindrical-coordinate representation of color #CEE07C: hue angle of 70.8º degrees, saturation: 0.62, 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 #CEE07C is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 124 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.12 |
| HSL | 70.8º | 0.62% | 0.68% | - |
| HSV(B) | 70.8º | 0.45% | 0.88% | - |
| XYZ | 55.75 | 67.89 | 29.23 | - |
| YUV | 207.22 | 81.04 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 124 | 0.08 | 0 | 0.45 | 0.12 | 70.8 | 0.62 | 0.68 |
| Hex | CE | E0 | 7C | 8 | 0 | 2D | C | 47 | 3E | 44 |
| Octal | 316 | 340 | 174 | 10 | 0 | 55 | 14 | 107 | 76 | 104 |
| Binary | 11001110 | 11100000 | 1111100 | 1000 | 0 | 101101 | 1100 | 1000111 | 111110 | 1000100 |
Color Harmonies of #CEE07C
Complementary color
Monochromatic Colors of #CEE07C
Black with #CEE07C
Text Example
Text Example
White with #CEE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE07C; }
p { color: rgb(206,224,124); }
H1.HeaderClassName
{
color: #CEE07C;
}
.AnyTagClassName
{
color: #CEE07C;
}
</style>
background-color css
<style>
a { background-color: #CEE07C; }
a { background-color: rgb(206,224,124); }
div.DivClassName
{
background-color: #CEE07C;
}
.BgClassName
{
background-color: #CEE07C;
}
</style>
border-color css
<style>
span { border-color: #CEE07C; }
span { border-color: rgb(206,224,124); }
td.TdClassName
{
border-color: #CEE07C;
}
.TagClassName
{
border-color: #CEE07C;
}
</style>