Shades of Sulu #CDE086
Tints of Sulu #CDE086
RGB
CMYK
RGB Variations
Color information
#CDE086 (or 0xCDE086) is known color: Sulu. HEX triplet: CD, E0 and 86. RGB value is (205,224,134). Sum of RGB (Red+Green+Blue) = 205+224+134=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE086 is #321F79. Grayscale: #D0D0D0. Windows color (decimal): -3284858 or 8839373. OLE color: 8839373.
HSL color Cylindrical-coordinate representation of color #CDE086: hue angle of 72.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDE086 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 134 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.12 |
| HSL | 72.67º | 0.59% | 0.7% | - |
| HSV(B) | 72.67º | 0.4% | 0.88% | - |
| XYZ | 56.14 | 68.01 | 32.72 | - |
| YUV | 208.06 | 86.21 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 134 | 0.08 | 0 | 0.40 | 0.12 | 72.67 | 0.59 | 0.7 |
| Hex | CD | E0 | 86 | 8 | 0 | 28 | C | 49 | 3B | 46 |
| Octal | 315 | 340 | 206 | 10 | 0 | 50 | 14 | 111 | 73 | 106 |
| Binary | 11001101 | 11100000 | 10000110 | 1000 | 0 | 101000 | 1100 | 1001001 | 111011 | 1000110 |
Color Harmonies of #CDE086
Complementary color
Monochromatic Colors of #CDE086
Black with #CDE086
Text Example
Text Example
White with #CDE086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE086; }
p { color: rgb(205,224,134); }
H1.HeaderClassName
{
color: #CDE086;
}
.AnyTagClassName
{
color: #CDE086;
}
</style>
background-color css
<style>
a { background-color: #CDE086; }
a { background-color: rgb(205,224,134); }
div.DivClassName
{
background-color: #CDE086;
}
.BgClassName
{
background-color: #CDE086;
}
</style>
border-color css
<style>
span { border-color: #CDE086; }
span { border-color: rgb(205,224,134); }
td.TdClassName
{
border-color: #CDE086;
}
.TagClassName
{
border-color: #CDE086;
}
</style>