Shades of Sulu #CDE885
Tints of Sulu #CDE885
RGB
CMYK
RGB Variations
Color information
#CDE885 (or 0xCDE885) is known color: Sulu. HEX triplet: CD, E8 and 85. RGB value is (205,232,133). Sum of RGB (Red+Green+Blue) = 205+232+133=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE885 is #32177A. Grayscale: #D5D5D5. Windows color (decimal): -3282811 or 8775885. OLE color: 8775885.
HSL color Cylindrical-coordinate representation of color #CDE885: hue angle of 76.36º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDE885 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 133 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.09 |
| HSL | 76.36º | 0.68% | 0.72% | - |
| HSV(B) | 76.36º | 0.43% | 0.91% | - |
| XYZ | 58.27 | 72.39 | 33.09 | - |
| YUV | 212.64 | 83.05 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 133 | 0.12 | 0 | 0.43 | 0.09 | 76.36 | 0.68 | 0.72 |
| Hex | CD | E8 | 85 | C | 0 | 2B | 9 | 4C | 44 | 48 |
| Octal | 315 | 350 | 205 | 14 | 0 | 53 | 11 | 114 | 104 | 110 |
| Binary | 11001101 | 11101000 | 10000101 | 1100 | 0 | 101011 | 1001 | 1001100 | 1000100 | 1001000 |
Color Harmonies of #CDE885
Complementary color
Monochromatic Colors of #CDE885
Black with #CDE885
Text Example
Text Example
White with #CDE885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE885; }
p { color: rgb(205,232,133); }
H1.HeaderClassName
{
color: #CDE885;
}
.AnyTagClassName
{
color: #CDE885;
}
</style>
background-color css
<style>
a { background-color: #CDE885; }
a { background-color: rgb(205,232,133); }
div.DivClassName
{
background-color: #CDE885;
}
.BgClassName
{
background-color: #CDE885;
}
</style>
border-color css
<style>
span { border-color: #CDE885; }
span { border-color: rgb(205,232,133); }
td.TdClassName
{
border-color: #CDE885;
}
.TagClassName
{
border-color: #CDE885;
}
</style>