Shades of Sulu #CDE08B
Tints of Sulu #CDE08B
RGB
CMYK
RGB Variations
Color information
#CDE08B (or 0xCDE08B) is known color: Sulu. HEX triplet: CD, E0 and 8B. RGB value is (205,224,139). Sum of RGB (Red+Green+Blue) = 205+224+139=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE08B is #321F74. Grayscale: #D0D0D0. Windows color (decimal): -3284853 or 9167053. OLE color: 9167053.
HSL color Cylindrical-coordinate representation of color #CDE08B: hue angle of 73.41º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDE08B is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 139 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.12 |
| HSL | 73.41º | 0.58% | 0.71% | - |
| HSV(B) | 73.41º | 0.38% | 0.88% | - |
| XYZ | 56.49 | 68.15 | 34.6 | - |
| YUV | 208.63 | 88.71 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 139 | 0.08 | 0 | 0.38 | 0.12 | 73.41 | 0.58 | 0.71 |
| Hex | CD | E0 | 8B | 8 | 0 | 26 | C | 49 | 3A | 47 |
| Octal | 315 | 340 | 213 | 10 | 0 | 46 | 14 | 111 | 72 | 107 |
| Binary | 11001101 | 11100000 | 10001011 | 1000 | 0 | 100110 | 1100 | 1001001 | 111010 | 1000111 |
Color Harmonies of #CDE08B
Complementary color
Monochromatic Colors of #CDE08B
Black with #CDE08B
Text Example
Text Example
White with #CDE08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE08B; }
p { color: rgb(205,224,139); }
H1.HeaderClassName
{
color: #CDE08B;
}
.AnyTagClassName
{
color: #CDE08B;
}
</style>
background-color css
<style>
a { background-color: #CDE08B; }
a { background-color: rgb(205,224,139); }
div.DivClassName
{
background-color: #CDE08B;
}
.BgClassName
{
background-color: #CDE08B;
}
</style>
border-color css
<style>
span { border-color: #CDE08B; }
span { border-color: rgb(205,224,139); }
td.TdClassName
{
border-color: #CDE08B;
}
.TagClassName
{
border-color: #CDE08B;
}
</style>