Shades of Sulu #CDE98F
Tints of Sulu #CDE98F
RGB
CMYK
RGB Variations
Color information
#CDE98F (or 0xCDE98F) is known color: Sulu. HEX triplet: CD, E9 and 8F. RGB value is (205,233,143). Sum of RGB (Red+Green+Blue) = 205+233+143=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 143 (56.25% from 255 or 24.61% from 581); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE98F is #321670. Grayscale: #D6D6D6. Windows color (decimal): -3282545 or 9431501. OLE color: 9431501.
HSL color Cylindrical-coordinate representation of color #CDE98F: hue angle of 78.67º 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 #CDE98F is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 143 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.09 |
| HSL | 78.67º | 0.67% | 0.74% | - |
| HSV(B) | 78.67º | 0.39% | 0.91% | - |
| XYZ | 59.27 | 73.24 | 37 | - |
| YUV | 214.37 | 87.72 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 143 | 0.12 | 0 | 0.39 | 0.09 | 78.67 | 0.67 | 0.74 |
| Hex | CD | E9 | 8F | C | 0 | 27 | 9 | 4F | 43 | 4A |
| Octal | 315 | 351 | 217 | 14 | 0 | 47 | 11 | 117 | 103 | 112 |
| Binary | 11001101 | 11101001 | 10001111 | 1100 | 0 | 100111 | 1001 | 1001111 | 1000011 | 1001010 |
Color Harmonies of #CDE98F
Complementary color
Monochromatic Colors of #CDE98F
Black with #CDE98F
Text Example
Text Example
White with #CDE98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE98F; }
p { color: rgb(205,233,143); }
H1.HeaderClassName
{
color: #CDE98F;
}
.AnyTagClassName
{
color: #CDE98F;
}
</style>
background-color css
<style>
a { background-color: #CDE98F; }
a { background-color: rgb(205,233,143); }
div.DivClassName
{
background-color: #CDE98F;
}
.BgClassName
{
background-color: #CDE98F;
}
</style>
border-color css
<style>
span { border-color: #CDE98F; }
span { border-color: rgb(205,233,143); }
td.TdClassName
{
border-color: #CDE98F;
}
.TagClassName
{
border-color: #CDE98F;
}
</style>