Shades of Sulu #CDE68F
Tints of Sulu #CDE68F
RGB
CMYK
RGB Variations
Color information
#CDE68F (or 0xCDE68F) is known color: Sulu. HEX triplet: CD, E6 and 8F. RGB value is (205,230,143). Sum of RGB (Red+Green+Blue) = 205+230+143=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE68F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE68F is #321970. Grayscale: #D4D4D4. Windows color (decimal): -3283313 or 9430733. OLE color: 9430733.
HSL color Cylindrical-coordinate representation of color #CDE68F: hue angle of 77.24º 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 #CDE68F is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 143 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.10 |
| HSL | 77.24º | 0.64% | 0.73% | - |
| HSV(B) | 77.24º | 0.38% | 0.9% | - |
| XYZ | 58.43 | 71.56 | 36.72 | - |
| YUV | 212.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 143 | 0.11 | 0 | 0.38 | 0.10 | 77.24 | 0.64 | 0.73 |
| Hex | CD | E6 | 8F | B | 0 | 26 | A | 4D | 40 | 49 |
| Octal | 315 | 346 | 217 | 13 | 0 | 46 | 12 | 115 | 100 | 111 |
| Binary | 11001101 | 11100110 | 10001111 | 1011 | 0 | 100110 | 1010 | 1001101 | 1000000 | 1001001 |
Color Harmonies of #CDE68F
Complementary color
Monochromatic Colors of #CDE68F
Black with #CDE68F
Text Example
Text Example
White with #CDE68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE68F; }
p { color: rgb(205,230,143); }
H1.HeaderClassName
{
color: #CDE68F;
}
.AnyTagClassName
{
color: #CDE68F;
}
</style>
background-color css
<style>
a { background-color: #CDE68F; }
a { background-color: rgb(205,230,143); }
div.DivClassName
{
background-color: #CDE68F;
}
.BgClassName
{
background-color: #CDE68F;
}
</style>
border-color css
<style>
span { border-color: #CDE68F; }
span { border-color: rgb(205,230,143); }
td.TdClassName
{
border-color: #CDE68F;
}
.TagClassName
{
border-color: #CDE68F;
}
</style>