Shades of Sulu #CDE18E
Tints of Sulu #CDE18E
RGB
CMYK
RGB Variations
Color information
#CDE18E (or 0xCDE18E) is known color: Sulu. HEX triplet: CD, E1 and 8E. RGB value is (205,225,142). Sum of RGB (Red+Green+Blue) = 205+225+142=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 142 (55.86% from 255 or 24.83% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE18E is #321E71. Grayscale: #D1D1D1. Windows color (decimal): -3284594 or 9363917. OLE color: 9363917.
HSL color Cylindrical-coordinate representation of color #CDE18E: hue angle of 74.46º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDE18E is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 142 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.12 |
| HSL | 74.46º | 0.58% | 0.72% | - |
| HSV(B) | 74.46º | 0.37% | 0.88% | - |
| XYZ | 56.98 | 68.78 | 35.86 | - |
| YUV | 209.56 | 89.87 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 142 | 0.09 | 0 | 0.37 | 0.12 | 74.46 | 0.58 | 0.72 |
| Hex | CD | E1 | 8E | 9 | 0 | 25 | C | 4A | 3A | 48 |
| Octal | 315 | 341 | 216 | 11 | 0 | 45 | 14 | 112 | 72 | 110 |
| Binary | 11001101 | 11100001 | 10001110 | 1001 | 0 | 100101 | 1100 | 1001010 | 111010 | 1001000 |
Color Harmonies of #CDE18E
Complementary color
Monochromatic Colors of #CDE18E
Black with #CDE18E
Text Example
Text Example
White with #CDE18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE18E; }
p { color: rgb(205,225,142); }
H1.HeaderClassName
{
color: #CDE18E;
}
.AnyTagClassName
{
color: #CDE18E;
}
</style>
background-color css
<style>
a { background-color: #CDE18E; }
a { background-color: rgb(205,225,142); }
div.DivClassName
{
background-color: #CDE18E;
}
.BgClassName
{
background-color: #CDE18E;
}
</style>
border-color css
<style>
span { border-color: #CDE18E; }
span { border-color: rgb(205,225,142); }
td.TdClassName
{
border-color: #CDE18E;
}
.TagClassName
{
border-color: #CDE18E;
}
</style>