Shades of Sulu #CDE68E
Tints of Sulu #CDE68E
RGB
CMYK
RGB Variations
Color information
#CDE68E (or 0xCDE68E) is known color: Sulu. HEX triplet: CD, E6 and 8E. RGB value is (205,230,142). Sum of RGB (Red+Green+Blue) = 205+230+142=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE68E is #321971. Grayscale: #D4D4D4. Windows color (decimal): -3283314 or 9365197. OLE color: 9365197.
HSL color Cylindrical-coordinate representation of color #CDE68E: hue angle of 77.05º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDE68E is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 142 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.10 |
| HSL | 77.05º | 0.64% | 0.73% | - |
| HSV(B) | 77.05º | 0.38% | 0.9% | - |
| XYZ | 58.36 | 71.53 | 36.32 | - |
| YUV | 212.49 | 88.22 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 142 | 0.11 | 0 | 0.38 | 0.10 | 77.05 | 0.64 | 0.73 |
| Hex | CD | E6 | 8E | B | 0 | 26 | A | 4D | 40 | 49 |
| Octal | 315 | 346 | 216 | 13 | 0 | 46 | 12 | 115 | 100 | 111 |
| Binary | 11001101 | 11100110 | 10001110 | 1011 | 0 | 100110 | 1010 | 1001101 | 1000000 | 1001001 |
Color Harmonies of #CDE68E
Complementary color
Monochromatic Colors of #CDE68E
Black with #CDE68E
Text Example
Text Example
White with #CDE68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE68E; }
p { color: rgb(205,230,142); }
H1.HeaderClassName
{
color: #CDE68E;
}
.AnyTagClassName
{
color: #CDE68E;
}
</style>
background-color css
<style>
a { background-color: #CDE68E; }
a { background-color: rgb(205,230,142); }
div.DivClassName
{
background-color: #CDE68E;
}
.BgClassName
{
background-color: #CDE68E;
}
</style>
border-color css
<style>
span { border-color: #CDE68E; }
span { border-color: rgb(205,230,142); }
td.TdClassName
{
border-color: #CDE68E;
}
.TagClassName
{
border-color: #CDE68E;
}
</style>