Shades of Sulu #CDE07D
Tints of Sulu #CDE07D
RGB
CMYK
RGB Variations
Color information
#CDE07D (or 0xCDE07D) is known color: Sulu. HEX triplet: CD, E0 and 7D. RGB value is (205,224,125). Sum of RGB (Red+Green+Blue) = 205+224+125=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE07D is #321F82. Grayscale: #CFCFCF. Windows color (decimal): -3284867 or 8249549. OLE color: 8249549.
HSL color Cylindrical-coordinate representation of color #CDE07D: hue angle of 71.52º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDE07D is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 125 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.12 |
| HSL | 71.52º | 0.61% | 0.68% | - |
| HSV(B) | 71.52º | 0.44% | 0.88% | - |
| XYZ | 55.53 | 67.77 | 29.56 | - |
| YUV | 207.03 | 81.71 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 125 | 0.08 | 0 | 0.44 | 0.12 | 71.52 | 0.61 | 0.68 |
| Hex | CD | E0 | 7D | 8 | 0 | 2C | C | 48 | 3D | 44 |
| Octal | 315 | 340 | 175 | 10 | 0 | 54 | 14 | 110 | 75 | 104 |
| Binary | 11001101 | 11100000 | 1111101 | 1000 | 0 | 101100 | 1100 | 1001000 | 111101 | 1000100 |
Color Harmonies of #CDE07D
Complementary color
Monochromatic Colors of #CDE07D
Black with #CDE07D
Text Example
Text Example
White with #CDE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE07D; }
p { color: rgb(205,224,125); }
H1.HeaderClassName
{
color: #CDE07D;
}
.AnyTagClassName
{
color: #CDE07D;
}
</style>
background-color css
<style>
a { background-color: #CDE07D; }
a { background-color: rgb(205,224,125); }
div.DivClassName
{
background-color: #CDE07D;
}
.BgClassName
{
background-color: #CDE07D;
}
</style>
border-color css
<style>
span { border-color: #CDE07D; }
span { border-color: rgb(205,224,125); }
td.TdClassName
{
border-color: #CDE07D;
}
.TagClassName
{
border-color: #CDE07D;
}
</style>