Shades of Sulu #CDE48F
Tints of Sulu #CDE48F
RGB
CMYK
RGB Variations
Color information
#CDE48F (or 0xCDE48F) is known color: Sulu. HEX triplet: CD, E4 and 8F. RGB value is (205,228,143). Sum of RGB (Red+Green+Blue) = 205+228+143=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 228 (89.45% from 255 or 39.58% from 576); Blue value is 143 (56.25% from 255 or 24.83% from 576); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE48F is #321B70. Grayscale: #D3D3D3. Windows color (decimal): -3283825 or 9430221. OLE color: 9430221.
HSL color Cylindrical-coordinate representation of color #CDE48F: hue angle of 76.24º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDE48F is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 143 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.11 |
| HSL | 76.24º | 0.61% | 0.73% | - |
| HSV(B) | 76.24º | 0.37% | 0.89% | - |
| XYZ | 57.88 | 70.45 | 36.53 | - |
| YUV | 211.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 143 | 0.10 | 0 | 0.37 | 0.11 | 76.24 | 0.61 | 0.73 |
| Hex | CD | E4 | 8F | A | 0 | 25 | B | 4C | 3D | 49 |
| Octal | 315 | 344 | 217 | 12 | 0 | 45 | 13 | 114 | 75 | 111 |
| Binary | 11001101 | 11100100 | 10001111 | 1010 | 0 | 100101 | 1011 | 1001100 | 111101 | 1001001 |
Color Harmonies of #CDE48F
Complementary color
Monochromatic Colors of #CDE48F
Black with #CDE48F
Text Example
Text Example
White with #CDE48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE48F; }
p { color: rgb(205,228,143); }
H1.HeaderClassName
{
color: #CDE48F;
}
.AnyTagClassName
{
color: #CDE48F;
}
</style>
background-color css
<style>
a { background-color: #CDE48F; }
a { background-color: rgb(205,228,143); }
div.DivClassName
{
background-color: #CDE48F;
}
.BgClassName
{
background-color: #CDE48F;
}
</style>
border-color css
<style>
span { border-color: #CDE48F; }
span { border-color: rgb(205,228,143); }
td.TdClassName
{
border-color: #CDE48F;
}
.TagClassName
{
border-color: #CDE48F;
}
</style>