Shades of Sulu #CDEF89
Tints of Sulu #CDEF89
RGB
CMYK
RGB Variations
Color information
#CDEF89 (or 0xCDEF89) is known color: Sulu. HEX triplet: CD, EF and 89. RGB value is (205,239,137). Sum of RGB (Red+Green+Blue) = 205+239+137=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 137 (53.91% from 255 or 23.58% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEF89 is #321076. Grayscale: #D9D9D9. Windows color (decimal): -3281015 or 9039821. OLE color: 9039821.
HSL color Cylindrical-coordinate representation of color #CDEF89: hue angle of 80º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDEF89 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 137 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.06 |
| HSL | 80º | 0.76% | 0.74% | - |
| HSV(B) | 80º | 0.43% | 0.94% | - |
| XYZ | 60.56 | 76.52 | 35.24 | - |
| YUV | 217.21 | 82.74 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 137 | 0.14 | 0 | 0.43 | 0.06 | 80 | 0.76 | 0.74 |
| Hex | CD | EF | 89 | E | 0 | 2B | 6 | 50 | 4C | 4A |
| Octal | 315 | 357 | 211 | 16 | 0 | 53 | 6 | 120 | 114 | 112 |
| Binary | 11001101 | 11101111 | 10001001 | 1110 | 0 | 101011 | 110 | 1010000 | 1001100 | 1001010 |
Color Harmonies of #CDEF89
Complementary color
Monochromatic Colors of #CDEF89
Black with #CDEF89
Text Example
Text Example
White with #CDEF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF89; }
p { color: rgb(205,239,137); }
H1.HeaderClassName
{
color: #CDEF89;
}
.AnyTagClassName
{
color: #CDEF89;
}
</style>
background-color css
<style>
a { background-color: #CDEF89; }
a { background-color: rgb(205,239,137); }
div.DivClassName
{
background-color: #CDEF89;
}
.BgClassName
{
background-color: #CDEF89;
}
</style>
border-color css
<style>
span { border-color: #CDEF89; }
span { border-color: rgb(205,239,137); }
td.TdClassName
{
border-color: #CDEF89;
}
.TagClassName
{
border-color: #CDEF89;
}
</style>