Shades of Sulu #CEE486
Tints of Sulu #CEE486
RGB
CMYK
RGB Variations
Color information
#CEE486 (or 0xCEE486) is known color: Sulu. HEX triplet: CE, E4 and 86. RGB value is (206,228,134). Sum of RGB (Red+Green+Blue) = 206+228+134=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE486 is #311B79. Grayscale: #D3D3D3. Windows color (decimal): -3218298 or 8840398. OLE color: 8840398.
HSL color Cylindrical-coordinate representation of color #CEE486: hue angle of 74.04º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEE486 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 134 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.11 |
| HSL | 74.04º | 0.64% | 0.71% | - |
| HSV(B) | 74.04º | 0.41% | 0.89% | - |
| XYZ | 57.5 | 70.33 | 33.1 | - |
| YUV | 210.71 | 84.71 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 134 | 0.10 | 0 | 0.41 | 0.11 | 74.04 | 0.64 | 0.71 |
| Hex | CE | E4 | 86 | A | 0 | 29 | B | 4A | 40 | 47 |
| Octal | 316 | 344 | 206 | 12 | 0 | 51 | 13 | 112 | 100 | 107 |
| Binary | 11001110 | 11100100 | 10000110 | 1010 | 0 | 101001 | 1011 | 1001010 | 1000000 | 1000111 |
Color Harmonies of #CEE486
Complementary color
Monochromatic Colors of #CEE486
Black with #CEE486
Text Example
Text Example
White with #CEE486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE486; }
p { color: rgb(206,228,134); }
H1.HeaderClassName
{
color: #CEE486;
}
.AnyTagClassName
{
color: #CEE486;
}
</style>
background-color css
<style>
a { background-color: #CEE486; }
a { background-color: rgb(206,228,134); }
div.DivClassName
{
background-color: #CEE486;
}
.BgClassName
{
background-color: #CEE486;
}
</style>
border-color css
<style>
span { border-color: #CEE486; }
span { border-color: rgb(206,228,134); }
td.TdClassName
{
border-color: #CEE486;
}
.TagClassName
{
border-color: #CEE486;
}
</style>