Shades of Sulu #CDE68B
Tints of Sulu #CDE68B
RGB
CMYK
RGB Variations
Color information
#CDE68B (or 0xCDE68B) is known color: Sulu. HEX triplet: CD, E6 and 8B. RGB value is (205,230,139). Sum of RGB (Red+Green+Blue) = 205+230+139=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 230 (90.23% from 255 or 40.07% from 574); Blue value is 139 (54.69% from 255 or 24.22% from 574); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE68B is #321974. Grayscale: #D4D4D4. Windows color (decimal): -3283317 or 9168589. OLE color: 9168589.
HSL color Cylindrical-coordinate representation of color #CDE68B: hue angle of 76.48º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDE68B is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 139 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.10 |
| HSL | 76.48º | 0.65% | 0.72% | - |
| HSV(B) | 76.48º | 0.4% | 0.9% | - |
| XYZ | 58.13 | 71.44 | 35.15 | - |
| YUV | 212.15 | 86.72 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 139 | 0.11 | 0 | 0.40 | 0.10 | 76.48 | 0.65 | 0.72 |
| Hex | CD | E6 | 8B | B | 0 | 28 | A | 4C | 41 | 48 |
| Octal | 315 | 346 | 213 | 13 | 0 | 50 | 12 | 114 | 101 | 110 |
| Binary | 11001101 | 11100110 | 10001011 | 1011 | 0 | 101000 | 1010 | 1001100 | 1000001 | 1001000 |
Color Harmonies of #CDE68B
Complementary color
Monochromatic Colors of #CDE68B
Black with #CDE68B
Text Example
Text Example
White with #CDE68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE68B; }
p { color: rgb(205,230,139); }
H1.HeaderClassName
{
color: #CDE68B;
}
.AnyTagClassName
{
color: #CDE68B;
}
</style>
background-color css
<style>
a { background-color: #CDE68B; }
a { background-color: rgb(205,230,139); }
div.DivClassName
{
background-color: #CDE68B;
}
.BgClassName
{
background-color: #CDE68B;
}
</style>
border-color css
<style>
span { border-color: #CDE68B; }
span { border-color: rgb(205,230,139); }
td.TdClassName
{
border-color: #CDE68B;
}
.TagClassName
{
border-color: #CDE68B;
}
</style>