Shades of Sulu #CDE98E
Tints of Sulu #CDE98E
RGB
CMYK
RGB Variations
Color information
#CDE98E (or 0xCDE98E) is known color: Sulu. HEX triplet: CD, E9 and 8E. RGB value is (205,233,142). Sum of RGB (Red+Green+Blue) = 205+233+142=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 142 (55.86% from 255 or 24.48% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE98E is #321671. Grayscale: #D6D6D6. Windows color (decimal): -3282546 or 9365965. OLE color: 9365965.
HSL color Cylindrical-coordinate representation of color #CDE98E: hue angle of 78.46º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDE98E is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 142 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.09 |
| HSL | 78.46º | 0.67% | 0.74% | - |
| HSV(B) | 78.46º | 0.39% | 0.91% | - |
| XYZ | 59.2 | 73.21 | 36.6 | - |
| YUV | 214.25 | 87.22 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 142 | 0.12 | 0 | 0.39 | 0.09 | 78.46 | 0.67 | 0.74 |
| Hex | CD | E9 | 8E | C | 0 | 27 | 9 | 4E | 43 | 4A |
| Octal | 315 | 351 | 216 | 14 | 0 | 47 | 11 | 116 | 103 | 112 |
| Binary | 11001101 | 11101001 | 10001110 | 1100 | 0 | 100111 | 1001 | 1001110 | 1000011 | 1001010 |
Color Harmonies of #CDE98E
Complementary color
Monochromatic Colors of #CDE98E
Black with #CDE98E
Text Example
Text Example
White with #CDE98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE98E; }
p { color: rgb(205,233,142); }
H1.HeaderClassName
{
color: #CDE98E;
}
.AnyTagClassName
{
color: #CDE98E;
}
</style>
background-color css
<style>
a { background-color: #CDE98E; }
a { background-color: rgb(205,233,142); }
div.DivClassName
{
background-color: #CDE98E;
}
.BgClassName
{
background-color: #CDE98E;
}
</style>
border-color css
<style>
span { border-color: #CDE98E; }
span { border-color: rgb(205,233,142); }
td.TdClassName
{
border-color: #CDE98E;
}
.TagClassName
{
border-color: #CDE98E;
}
</style>