Shades of Sulu #CDE984
Tints of Sulu #CDE984
RGB
CMYK
RGB Variations
Color information
#CDE984 (or 0xCDE984) is known color: Sulu. HEX triplet: CD, E9 and 84. RGB value is (205,233,132). Sum of RGB (Red+Green+Blue) = 205+233+132=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE984 is #32167B. Grayscale: #D5D5D5. Windows color (decimal): -3282556 or 8710605. OLE color: 8710605.
HSL color Cylindrical-coordinate representation of color #CDE984: hue angle of 76.63º degrees, saturation: 0.7, 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 #CDE984 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 132 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.09 |
| HSL | 76.63º | 0.7% | 0.72% | - |
| HSV(B) | 76.63º | 0.43% | 0.91% | - |
| XYZ | 58.48 | 72.92 | 32.82 | - |
| YUV | 213.11 | 82.22 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 132 | 0.12 | 0 | 0.43 | 0.09 | 76.63 | 0.7 | 0.72 |
| Hex | CD | E9 | 84 | C | 0 | 2B | 9 | 4D | 46 | 48 |
| Octal | 315 | 351 | 204 | 14 | 0 | 53 | 11 | 115 | 106 | 110 |
| Binary | 11001101 | 11101001 | 10000100 | 1100 | 0 | 101011 | 1001 | 1001101 | 1000110 | 1001000 |
Color Harmonies of #CDE984
Complementary color
Monochromatic Colors of #CDE984
Black with #CDE984
Text Example
Text Example
White with #CDE984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE984; }
p { color: rgb(205,233,132); }
H1.HeaderClassName
{
color: #CDE984;
}
.AnyTagClassName
{
color: #CDE984;
}
</style>
background-color css
<style>
a { background-color: #CDE984; }
a { background-color: rgb(205,233,132); }
div.DivClassName
{
background-color: #CDE984;
}
.BgClassName
{
background-color: #CDE984;
}
</style>
border-color css
<style>
span { border-color: #CDE984; }
span { border-color: rgb(205,233,132); }
td.TdClassName
{
border-color: #CDE984;
}
.TagClassName
{
border-color: #CDE984;
}
</style>