Shades of Sulu #CDE18F
Tints of Sulu #CDE18F
RGB
CMYK
RGB Variations
Color information
#CDE18F (or 0xCDE18F) is known color: Sulu. HEX triplet: CD, E1 and 8F. RGB value is (205,225,143). Sum of RGB (Red+Green+Blue) = 205+225+143=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 143 (56.25% from 255 or 24.96% from 573); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE18F is #321E70. Grayscale: #D1D1D1. Windows color (decimal): -3284593 or 9429453. OLE color: 9429453.
HSL color Cylindrical-coordinate representation of color #CDE18F: hue angle of 74.63º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDE18F is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 143 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.12 |
| HSL | 74.63º | 0.58% | 0.72% | - |
| HSV(B) | 74.63º | 0.36% | 0.88% | - |
| XYZ | 57.06 | 68.81 | 36.26 | - |
| YUV | 209.67 | 90.37 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 143 | 0.09 | 0 | 0.36 | 0.12 | 74.63 | 0.58 | 0.72 |
| Hex | CD | E1 | 8F | 9 | 0 | 24 | C | 4B | 3A | 48 |
| Octal | 315 | 341 | 217 | 11 | 0 | 44 | 14 | 113 | 72 | 110 |
| Binary | 11001101 | 11100001 | 10001111 | 1001 | 0 | 100100 | 1100 | 1001011 | 111010 | 1001000 |
Color Harmonies of #CDE18F
Complementary color
Monochromatic Colors of #CDE18F
Black with #CDE18F
Text Example
Text Example
White with #CDE18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE18F; }
p { color: rgb(205,225,143); }
H1.HeaderClassName
{
color: #CDE18F;
}
.AnyTagClassName
{
color: #CDE18F;
}
</style>
background-color css
<style>
a { background-color: #CDE18F; }
a { background-color: rgb(205,225,143); }
div.DivClassName
{
background-color: #CDE18F;
}
.BgClassName
{
background-color: #CDE18F;
}
</style>
border-color css
<style>
span { border-color: #CDE18F; }
span { border-color: rgb(205,225,143); }
td.TdClassName
{
border-color: #CDE18F;
}
.TagClassName
{
border-color: #CDE18F;
}
</style>