Shades of Sulu #CDE890
Tints of Sulu #CDE890
RGB
CMYK
RGB Variations
Color information
#CDE890 (or 0xCDE890) is known color: Sulu. HEX triplet: CD, E8 and 90. RGB value is (205,232,144). Sum of RGB (Red+Green+Blue) = 205+232+144=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 232 (91.02% from 255 or 39.93% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE890 is #32176F. Grayscale: #D6D6D6. Windows color (decimal): -3282800 or 9496781. OLE color: 9496781.
HSL color Cylindrical-coordinate representation of color #CDE890: hue angle of 78.41º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDE890 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 144 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.09 |
| HSL | 78.41º | 0.66% | 0.74% | - |
| HSV(B) | 78.41º | 0.38% | 0.91% | - |
| XYZ | 59.07 | 72.71 | 37.31 | - |
| YUV | 213.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 144 | 0.12 | 0 | 0.38 | 0.09 | 78.41 | 0.66 | 0.74 |
| Hex | CD | E8 | 90 | C | 0 | 26 | 9 | 4E | 42 | 4A |
| Octal | 315 | 350 | 220 | 14 | 0 | 46 | 11 | 116 | 102 | 112 |
| Binary | 11001101 | 11101000 | 10010000 | 1100 | 0 | 100110 | 1001 | 1001110 | 1000010 | 1001010 |
Color Harmonies of #CDE890
Complementary color
Monochromatic Colors of #CDE890
Black with #CDE890
Text Example
Text Example
White with #CDE890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE890; }
p { color: rgb(205,232,144); }
H1.HeaderClassName
{
color: #CDE890;
}
.AnyTagClassName
{
color: #CDE890;
}
</style>
background-color css
<style>
a { background-color: #CDE890; }
a { background-color: rgb(205,232,144); }
div.DivClassName
{
background-color: #CDE890;
}
.BgClassName
{
background-color: #CDE890;
}
</style>
border-color css
<style>
span { border-color: #CDE890; }
span { border-color: rgb(205,232,144); }
td.TdClassName
{
border-color: #CDE890;
}
.TagClassName
{
border-color: #CDE890;
}
</style>