Shades of Sulu #CDE37B
Tints of Sulu #CDE37B
RGB
CMYK
RGB Variations
Color information
#CDE37B (or 0xCDE37B) is known color: Sulu. HEX triplet: CD, E3 and 7B. RGB value is (205,227,123). Sum of RGB (Red+Green+Blue) = 205+227+123=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE37B is #321C84. Grayscale: #D0D0D0. Windows color (decimal): -3284101 or 8119245. OLE color: 8119245.
HSL color Cylindrical-coordinate representation of color #CDE37B: hue angle of 72.69º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDE37B is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 123 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.11 |
| HSL | 72.69º | 0.65% | 0.69% | - |
| HSV(B) | 72.69º | 0.46% | 0.89% | - |
| XYZ | 56.22 | 69.35 | 29.16 | - |
| YUV | 208.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 123 | 0.10 | 0 | 0.46 | 0.11 | 72.69 | 0.65 | 0.69 |
| Hex | CD | E3 | 7B | A | 0 | 2E | B | 49 | 41 | 45 |
| Octal | 315 | 343 | 173 | 12 | 0 | 56 | 13 | 111 | 101 | 105 |
| Binary | 11001101 | 11100011 | 1111011 | 1010 | 0 | 101110 | 1011 | 1001001 | 1000001 | 1000101 |
Color Harmonies of #CDE37B
Complementary color
Monochromatic Colors of #CDE37B
Black with #CDE37B
Text Example
Text Example
White with #CDE37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE37B; }
p { color: rgb(205,227,123); }
H1.HeaderClassName
{
color: #CDE37B;
}
.AnyTagClassName
{
color: #CDE37B;
}
</style>
background-color css
<style>
a { background-color: #CDE37B; }
a { background-color: rgb(205,227,123); }
div.DivClassName
{
background-color: #CDE37B;
}
.BgClassName
{
background-color: #CDE37B;
}
</style>
border-color css
<style>
span { border-color: #CDE37B; }
span { border-color: rgb(205,227,123); }
td.TdClassName
{
border-color: #CDE37B;
}
.TagClassName
{
border-color: #CDE37B;
}
</style>