Shades of Sulu #CDE58D
Tints of Sulu #CDE58D
RGB
CMYK
RGB Variations
Color information
#CDE58D (or 0xCDE58D) is known color: Sulu. HEX triplet: CD, E5 and 8D. RGB value is (205,229,141). Sum of RGB (Red+Green+Blue) = 205+229+141=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE58D is #321A72. Grayscale: #D4D4D4. Windows color (decimal): -3283571 or 9299405. OLE color: 9299405.
HSL color Cylindrical-coordinate representation of color #CDE58D: hue angle of 76.36º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDE58D is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 141 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.10 |
| HSL | 76.36º | 0.63% | 0.73% | - |
| HSV(B) | 76.36º | 0.38% | 0.9% | - |
| XYZ | 58 | 70.94 | 35.84 | - |
| YUV | 211.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 141 | 0.10 | 0 | 0.38 | 0.10 | 76.36 | 0.63 | 0.73 |
| Hex | CD | E5 | 8D | A | 0 | 26 | A | 4C | 3F | 49 |
| Octal | 315 | 345 | 215 | 12 | 0 | 46 | 12 | 114 | 77 | 111 |
| Binary | 11001101 | 11100101 | 10001101 | 1010 | 0 | 100110 | 1010 | 1001100 | 111111 | 1001001 |
Color Harmonies of #CDE58D
Complementary color
Monochromatic Colors of #CDE58D
Black with #CDE58D
Text Example
Text Example
White with #CDE58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE58D; }
p { color: rgb(205,229,141); }
H1.HeaderClassName
{
color: #CDE58D;
}
.AnyTagClassName
{
color: #CDE58D;
}
</style>
background-color css
<style>
a { background-color: #CDE58D; }
a { background-color: rgb(205,229,141); }
div.DivClassName
{
background-color: #CDE58D;
}
.BgClassName
{
background-color: #CDE58D;
}
</style>
border-color css
<style>
span { border-color: #CDE58D; }
span { border-color: rgb(205,229,141); }
td.TdClassName
{
border-color: #CDE58D;
}
.TagClassName
{
border-color: #CDE58D;
}
</style>