Shades of Sulu #CDF686
Tints of Sulu #CDF686
RGB
CMYK
RGB Variations
Color information
#CDF686 (or 0xCDF686) is known color: Sulu. HEX triplet: CD, F6 and 86. RGB value is (205,246,134). Sum of RGB (Red+Green+Blue) = 205+246+134=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF686 is #320979. Grayscale: #DDDDDD. Windows color (decimal): -3279226 or 8845005. OLE color: 8845005.
HSL color Cylindrical-coordinate representation of color #CDF686: hue angle of 81.96º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDF686 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 134 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.04 |
| HSL | 81.96º | 0.86% | 0.75% | - |
| HSV(B) | 81.96º | 0.46% | 0.96% | - |
| XYZ | 62.44 | 80.61 | 34.82 | - |
| YUV | 220.97 | 78.92 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 134 | 0.17 | 0 | 0.46 | 0.04 | 81.96 | 0.86 | 0.75 |
| Hex | CD | F6 | 86 | 11 | 0 | 2E | 4 | 52 | 56 | 4B |
| Octal | 315 | 366 | 206 | 21 | 0 | 56 | 4 | 122 | 126 | 113 |
| Binary | 11001101 | 11110110 | 10000110 | 10001 | 0 | 101110 | 100 | 1010010 | 1010110 | 1001011 |
Color Harmonies of #CDF686
Complementary color
Monochromatic Colors of #CDF686
Black with #CDF686
Text Example
Text Example
White with #CDF686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF686; }
p { color: rgb(205,246,134); }
H1.HeaderClassName
{
color: #CDF686;
}
.AnyTagClassName
{
color: #CDF686;
}
</style>
background-color css
<style>
a { background-color: #CDF686; }
a { background-color: rgb(205,246,134); }
div.DivClassName
{
background-color: #CDF686;
}
.BgClassName
{
background-color: #CDF686;
}
</style>
border-color css
<style>
span { border-color: #CDF686; }
span { border-color: rgb(205,246,134); }
td.TdClassName
{
border-color: #CDF686;
}
.TagClassName
{
border-color: #CDF686;
}
</style>