Shades of Sulu #CDEF76
Tints of Sulu #CDEF76
RGB
CMYK
RGB Variations
Color information
#CDEF76 (or 0xCDEF76) is known color: Sulu. HEX triplet: CD, EF and 76. RGB value is (205,239,118). Sum of RGB (Red+Green+Blue) = 205+239+118=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF76 is #321089. Grayscale: #D7D7D7. Windows color (decimal): -3281034 or 7794637. OLE color: 7794637.
HSL color Cylindrical-coordinate representation of color #CDEF76: hue angle of 76.86º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDEF76 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 118 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.06 |
| HSL | 76.86º | 0.79% | 0.7% | - |
| HSV(B) | 76.86º | 0.51% | 0.94% | - |
| XYZ | 59.31 | 76.02 | 28.69 | - |
| YUV | 215.04 | 73.24 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 118 | 0.14 | 0 | 0.51 | 0.06 | 76.86 | 0.79 | 0.7 |
| Hex | CD | EF | 76 | E | 0 | 33 | 6 | 4D | 4F | 46 |
| Octal | 315 | 357 | 166 | 16 | 0 | 63 | 6 | 115 | 117 | 106 |
| Binary | 11001101 | 11101111 | 1110110 | 1110 | 0 | 110011 | 110 | 1001101 | 1001111 | 1000110 |
Color Harmonies of #CDEF76
Complementary color
Monochromatic Colors of #CDEF76
Black with #CDEF76
Text Example
Text Example
White with #CDEF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF76; }
p { color: rgb(205,239,118); }
H1.HeaderClassName
{
color: #CDEF76;
}
.AnyTagClassName
{
color: #CDEF76;
}
</style>
background-color css
<style>
a { background-color: #CDEF76; }
a { background-color: rgb(205,239,118); }
div.DivClassName
{
background-color: #CDEF76;
}
.BgClassName
{
background-color: #CDEF76;
}
</style>
border-color css
<style>
span { border-color: #CDEF76; }
span { border-color: rgb(205,239,118); }
td.TdClassName
{
border-color: #CDEF76;
}
.TagClassName
{
border-color: #CDEF76;
}
</style>