Shades of Sulu #CDE082
Tints of Sulu #CDE082
RGB
CMYK
RGB Variations
Color information
#CDE082 (or 0xCDE082) is known color: Sulu. HEX triplet: CD, E0 and 82. RGB value is (205,224,130). Sum of RGB (Red+Green+Blue) = 205+224+130=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE082 is #321F7D. Grayscale: #CFCFCF. Windows color (decimal): -3284862 or 8577229. OLE color: 8577229.
HSL color Cylindrical-coordinate representation of color #CDE082: hue angle of 72.13º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDE082 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 130 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.12 |
| HSL | 72.13º | 0.6% | 0.69% | - |
| HSV(B) | 72.13º | 0.42% | 0.88% | - |
| XYZ | 55.86 | 67.9 | 31.28 | - |
| YUV | 207.6 | 84.21 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 130 | 0.08 | 0 | 0.42 | 0.12 | 72.13 | 0.6 | 0.69 |
| Hex | CD | E0 | 82 | 8 | 0 | 2A | C | 48 | 3C | 45 |
| Octal | 315 | 340 | 202 | 10 | 0 | 52 | 14 | 110 | 74 | 105 |
| Binary | 11001101 | 11100000 | 10000010 | 1000 | 0 | 101010 | 1100 | 1001000 | 111100 | 1000101 |
Color Harmonies of #CDE082
Complementary color
Monochromatic Colors of #CDE082
Black with #CDE082
Text Example
Text Example
White with #CDE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE082; }
p { color: rgb(205,224,130); }
H1.HeaderClassName
{
color: #CDE082;
}
.AnyTagClassName
{
color: #CDE082;
}
</style>
background-color css
<style>
a { background-color: #CDE082; }
a { background-color: rgb(205,224,130); }
div.DivClassName
{
background-color: #CDE082;
}
.BgClassName
{
background-color: #CDE082;
}
</style>
border-color css
<style>
span { border-color: #CDE082; }
span { border-color: rgb(205,224,130); }
td.TdClassName
{
border-color: #CDE082;
}
.TagClassName
{
border-color: #CDE082;
}
</style>