Shades of Sulu #CDE686
Tints of Sulu #CDE686
RGB
CMYK
RGB Variations
Color information
#CDE686 (or 0xCDE686) is known color: Sulu. HEX triplet: CD, E6 and 86. RGB value is (205,230,134). Sum of RGB (Red+Green+Blue) = 205+230+134=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 134 (52.73% from 255 or 23.55% from 569); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE686 is #321979. Grayscale: #D3D3D3. Windows color (decimal): -3283322 or 8840909. OLE color: 8840909.
HSL color Cylindrical-coordinate representation of color #CDE686: hue angle of 75.63º 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 #CDE686 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 134 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.10 |
| HSL | 75.63º | 0.66% | 0.71% | - |
| HSV(B) | 75.63º | 0.42% | 0.9% | - |
| XYZ | 57.78 | 71.29 | 33.27 | - |
| YUV | 211.58 | 84.22 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 134 | 0.11 | 0 | 0.42 | 0.10 | 75.63 | 0.66 | 0.71 |
| Hex | CD | E6 | 86 | B | 0 | 2A | A | 4C | 42 | 47 |
| Octal | 315 | 346 | 206 | 13 | 0 | 52 | 12 | 114 | 102 | 107 |
| Binary | 11001101 | 11100110 | 10000110 | 1011 | 0 | 101010 | 1010 | 1001100 | 1000010 | 1000111 |
Color Harmonies of #CDE686
Complementary color
Monochromatic Colors of #CDE686
Black with #CDE686
Text Example
Text Example
White with #CDE686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE686; }
p { color: rgb(205,230,134); }
H1.HeaderClassName
{
color: #CDE686;
}
.AnyTagClassName
{
color: #CDE686;
}
</style>
background-color css
<style>
a { background-color: #CDE686; }
a { background-color: rgb(205,230,134); }
div.DivClassName
{
background-color: #CDE686;
}
.BgClassName
{
background-color: #CDE686;
}
</style>
border-color css
<style>
span { border-color: #CDE686; }
span { border-color: rgb(205,230,134); }
td.TdClassName
{
border-color: #CDE686;
}
.TagClassName
{
border-color: #CDE686;
}
</style>