Shades of Sulu #CEE686
Tints of Sulu #CEE686
RGB
CMYK
RGB Variations
Color information
#CEE686 (or 0xCEE686) is known color: Sulu. HEX triplet: CE, E6 and 86. RGB value is (206,230,134). Sum of RGB (Red+Green+Blue) = 206+230+134=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE686 is #311979. Grayscale: #D4D4D4. Windows color (decimal): -3217786 or 8840910. OLE color: 8840910.
HSL color Cylindrical-coordinate representation of color #CEE686: hue angle of 75º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEE686 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 134 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.10 |
| HSL | 75º | 0.66% | 0.71% | - |
| HSV(B) | 75º | 0.42% | 0.9% | - |
| XYZ | 58.05 | 71.44 | 33.28 | - |
| YUV | 211.88 | 84.05 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 134 | 0.10 | 0 | 0.42 | 0.10 | 75 | 0.66 | 0.71 |
| Hex | CE | E6 | 86 | A | 0 | 2A | A | 4B | 42 | 47 |
| Octal | 316 | 346 | 206 | 12 | 0 | 52 | 12 | 113 | 102 | 107 |
| Binary | 11001110 | 11100110 | 10000110 | 1010 | 0 | 101010 | 1010 | 1001011 | 1000010 | 1000111 |
Color Harmonies of #CEE686
Complementary color
Monochromatic Colors of #CEE686
Black with #CEE686
Text Example
Text Example
White with #CEE686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE686; }
p { color: rgb(206,230,134); }
H1.HeaderClassName
{
color: #CEE686;
}
.AnyTagClassName
{
color: #CEE686;
}
</style>
background-color css
<style>
a { background-color: #CEE686; }
a { background-color: rgb(206,230,134); }
div.DivClassName
{
background-color: #CEE686;
}
.BgClassName
{
background-color: #CEE686;
}
</style>
border-color css
<style>
span { border-color: #CEE686; }
span { border-color: rgb(206,230,134); }
td.TdClassName
{
border-color: #CEE686;
}
.TagClassName
{
border-color: #CEE686;
}
</style>