Shades of Sulu #CDEF8D
Tints of Sulu #CDEF8D
RGB
CMYK
RGB Variations
Color information
#CDEF8D (or 0xCDEF8D) is known color: Sulu. HEX triplet: CD, EF and 8D. RGB value is (205,239,141). Sum of RGB (Red+Green+Blue) = 205+239+141=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEF8D is #321072. Grayscale: #DADADA. Windows color (decimal): -3281011 or 9301965. OLE color: 9301965.
HSL color Cylindrical-coordinate representation of color #CDEF8D: hue angle of 80.82º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDEF8D is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 141 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.06 |
| HSL | 80.82º | 0.75% | 0.75% | - |
| HSV(B) | 80.82º | 0.41% | 0.94% | - |
| XYZ | 60.85 | 76.64 | 36.78 | - |
| YUV | 217.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 141 | 0.14 | 0 | 0.41 | 0.06 | 80.82 | 0.75 | 0.75 |
| Hex | CD | EF | 8D | E | 0 | 29 | 6 | 51 | 4B | 4B |
| Octal | 315 | 357 | 215 | 16 | 0 | 51 | 6 | 121 | 113 | 113 |
| Binary | 11001101 | 11101111 | 10001101 | 1110 | 0 | 101001 | 110 | 1010001 | 1001011 | 1001011 |
Color Harmonies of #CDEF8D
Complementary color
Monochromatic Colors of #CDEF8D
Black with #CDEF8D
Text Example
Text Example
White with #CDEF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF8D; }
p { color: rgb(205,239,141); }
H1.HeaderClassName
{
color: #CDEF8D;
}
.AnyTagClassName
{
color: #CDEF8D;
}
</style>
background-color css
<style>
a { background-color: #CDEF8D; }
a { background-color: rgb(205,239,141); }
div.DivClassName
{
background-color: #CDEF8D;
}
.BgClassName
{
background-color: #CDEF8D;
}
</style>
border-color css
<style>
span { border-color: #CDEF8D; }
span { border-color: rgb(205,239,141); }
td.TdClassName
{
border-color: #CDEF8D;
}
.TagClassName
{
border-color: #CDEF8D;
}
</style>