Shades of Sulu #CDE68D
Tints of Sulu #CDE68D
RGB
CMYK
RGB Variations
Color information
#CDE68D (or 0xCDE68D) is known color: Sulu. HEX triplet: CD, E6 and 8D. RGB value is (205,230,141). Sum of RGB (Red+Green+Blue) = 205+230+141=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE68D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE68D is #321972. Grayscale: #D4D4D4. Windows color (decimal): -3283315 or 9299661. OLE color: 9299661.
HSL color Cylindrical-coordinate representation of color #CDE68D: hue angle of 76.85º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDE68D is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 141 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.10 |
| HSL | 76.85º | 0.64% | 0.73% | - |
| HSV(B) | 76.85º | 0.39% | 0.9% | - |
| XYZ | 58.28 | 71.5 | 35.93 | - |
| YUV | 212.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 141 | 0.11 | 0 | 0.39 | 0.10 | 76.85 | 0.64 | 0.73 |
| Hex | CD | E6 | 8D | B | 0 | 27 | A | 4D | 40 | 49 |
| Octal | 315 | 346 | 215 | 13 | 0 | 47 | 12 | 115 | 100 | 111 |
| Binary | 11001101 | 11100110 | 10001101 | 1011 | 0 | 100111 | 1010 | 1001101 | 1000000 | 1001001 |
Color Harmonies of #CDE68D
Complementary color
Monochromatic Colors of #CDE68D
Black with #CDE68D
Text Example
Text Example
White with #CDE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE68D; }
p { color: rgb(205,230,141); }
H1.HeaderClassName
{
color: #CDE68D;
}
.AnyTagClassName
{
color: #CDE68D;
}
</style>
background-color css
<style>
a { background-color: #CDE68D; }
a { background-color: rgb(205,230,141); }
div.DivClassName
{
background-color: #CDE68D;
}
.BgClassName
{
background-color: #CDE68D;
}
</style>
border-color css
<style>
span { border-color: #CDE68D; }
span { border-color: rgb(205,230,141); }
td.TdClassName
{
border-color: #CDE68D;
}
.TagClassName
{
border-color: #CDE68D;
}
</style>