Shades of Sulu #CDE67D
Tints of Sulu #CDE67D
RGB
CMYK
RGB Variations
Color information
#CDE67D (or 0xCDE67D) is known color: Sulu. HEX triplet: CD, E6 and 7D. RGB value is (205,230,125). Sum of RGB (Red+Green+Blue) = 205+230+125=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE67D is #321982. Grayscale: #D2D2D2. Windows color (decimal): -3283331 or 8251085. OLE color: 8251085.
HSL color Cylindrical-coordinate representation of color #CDE67D: hue angle of 74.29º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDE67D is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 125 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.10 |
| HSL | 74.29º | 0.68% | 0.7% | - |
| HSV(B) | 74.29º | 0.46% | 0.9% | - |
| XYZ | 57.18 | 71.05 | 30.1 | - |
| YUV | 210.56 | 79.72 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 125 | 0.11 | 0 | 0.46 | 0.10 | 74.29 | 0.68 | 0.7 |
| Hex | CD | E6 | 7D | B | 0 | 2E | A | 4A | 44 | 46 |
| Octal | 315 | 346 | 175 | 13 | 0 | 56 | 12 | 112 | 104 | 106 |
| Binary | 11001101 | 11100110 | 1111101 | 1011 | 0 | 101110 | 1010 | 1001010 | 1000100 | 1000110 |
Color Harmonies of #CDE67D
Complementary color
Monochromatic Colors of #CDE67D
Black with #CDE67D
Text Example
Text Example
White with #CDE67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE67D; }
p { color: rgb(205,230,125); }
H1.HeaderClassName
{
color: #CDE67D;
}
.AnyTagClassName
{
color: #CDE67D;
}
</style>
background-color css
<style>
a { background-color: #CDE67D; }
a { background-color: rgb(205,230,125); }
div.DivClassName
{
background-color: #CDE67D;
}
.BgClassName
{
background-color: #CDE67D;
}
</style>
border-color css
<style>
span { border-color: #CDE67D; }
span { border-color: rgb(205,230,125); }
td.TdClassName
{
border-color: #CDE67D;
}
.TagClassName
{
border-color: #CDE67D;
}
</style>