Shades of Sulu #CDE385
Tints of Sulu #CDE385
RGB
CMYK
RGB Variations
Color information
#CDE385 (or 0xCDE385) is known color: Sulu. HEX triplet: CD, E3 and 85. RGB value is (205,227,133). Sum of RGB (Red+Green+Blue) = 205+227+133=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE385 is #321C7A. Grayscale: #D2D2D2. Windows color (decimal): -3284091 or 8774605. OLE color: 8774605.
HSL color Cylindrical-coordinate representation of color #CDE385: hue angle of 74.04º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDE385 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 133 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.11 |
| HSL | 74.04º | 0.63% | 0.71% | - |
| HSV(B) | 74.04º | 0.41% | 0.89% | - |
| XYZ | 56.88 | 69.61 | 32.63 | - |
| YUV | 209.71 | 84.71 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 133 | 0.10 | 0 | 0.41 | 0.11 | 74.04 | 0.63 | 0.71 |
| Hex | CD | E3 | 85 | A | 0 | 29 | B | 4A | 3F | 47 |
| Octal | 315 | 343 | 205 | 12 | 0 | 51 | 13 | 112 | 77 | 107 |
| Binary | 11001101 | 11100011 | 10000101 | 1010 | 0 | 101001 | 1011 | 1001010 | 111111 | 1000111 |
Color Harmonies of #CDE385
Complementary color
Monochromatic Colors of #CDE385
Black with #CDE385
Text Example
Text Example
White with #CDE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE385; }
p { color: rgb(205,227,133); }
H1.HeaderClassName
{
color: #CDE385;
}
.AnyTagClassName
{
color: #CDE385;
}
</style>
background-color css
<style>
a { background-color: #CDE385; }
a { background-color: rgb(205,227,133); }
div.DivClassName
{
background-color: #CDE385;
}
.BgClassName
{
background-color: #CDE385;
}
</style>
border-color css
<style>
span { border-color: #CDE385; }
span { border-color: rgb(205,227,133); }
td.TdClassName
{
border-color: #CDE385;
}
.TagClassName
{
border-color: #CDE385;
}
</style>