Shades of Sulu #CDE37D
Tints of Sulu #CDE37D
RGB
CMYK
RGB Variations
Color information
#CDE37D (or 0xCDE37D) is known color: Sulu. HEX triplet: CD, E3 and 7D. RGB value is (205,227,125). Sum of RGB (Red+Green+Blue) = 205+227+125=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE37D is #321C82. Grayscale: #D1D1D1. Windows color (decimal): -3284099 or 8250317. OLE color: 8250317.
HSL color Cylindrical-coordinate representation of color #CDE37D: hue angle of 72.94º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDE37D is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 125 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.11 |
| HSL | 72.94º | 0.65% | 0.69% | - |
| HSV(B) | 72.94º | 0.45% | 0.89% | - |
| XYZ | 56.35 | 69.4 | 29.83 | - |
| YUV | 208.79 | 80.71 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 125 | 0.10 | 0 | 0.45 | 0.11 | 72.94 | 0.65 | 0.69 |
| Hex | CD | E3 | 7D | A | 0 | 2D | B | 49 | 41 | 45 |
| Octal | 315 | 343 | 175 | 12 | 0 | 55 | 13 | 111 | 101 | 105 |
| Binary | 11001101 | 11100011 | 1111101 | 1010 | 0 | 101101 | 1011 | 1001001 | 1000001 | 1000101 |
Color Harmonies of #CDE37D
Complementary color
Monochromatic Colors of #CDE37D
Black with #CDE37D
Text Example
Text Example
White with #CDE37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE37D; }
p { color: rgb(205,227,125); }
H1.HeaderClassName
{
color: #CDE37D;
}
.AnyTagClassName
{
color: #CDE37D;
}
</style>
background-color css
<style>
a { background-color: #CDE37D; }
a { background-color: rgb(205,227,125); }
div.DivClassName
{
background-color: #CDE37D;
}
.BgClassName
{
background-color: #CDE37D;
}
</style>
border-color css
<style>
span { border-color: #CDE37D; }
span { border-color: rgb(205,227,125); }
td.TdClassName
{
border-color: #CDE37D;
}
.TagClassName
{
border-color: #CDE37D;
}
</style>