Shades of Sulu #CDEF7D
Tints of Sulu #CDEF7D
RGB
CMYK
RGB Variations
Color information
#CDEF7D (or 0xCDEF7D) is known color: Sulu. HEX triplet: CD, EF and 7D. RGB value is (205,239,125). Sum of RGB (Red+Green+Blue) = 205+239+125=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF7D is #321082. Grayscale: #D8D8D8. Windows color (decimal): -3281027 or 8253389. OLE color: 8253389.
HSL color Cylindrical-coordinate representation of color #CDEF7D: hue angle of 77.89º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDEF7D is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 125 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.06 |
| HSL | 77.89º | 0.78% | 0.71% | - |
| HSV(B) | 77.89º | 0.48% | 0.94% | - |
| XYZ | 59.75 | 76.19 | 30.96 | - |
| YUV | 215.84 | 76.74 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 125 | 0.14 | 0 | 0.48 | 0.06 | 77.89 | 0.78 | 0.71 |
| Hex | CD | EF | 7D | E | 0 | 30 | 6 | 4E | 4E | 47 |
| Octal | 315 | 357 | 175 | 16 | 0 | 60 | 6 | 116 | 116 | 107 |
| Binary | 11001101 | 11101111 | 1111101 | 1110 | 0 | 110000 | 110 | 1001110 | 1001110 | 1000111 |
Color Harmonies of #CDEF7D
Complementary color
Monochromatic Colors of #CDEF7D
Black with #CDEF7D
Text Example
Text Example
White with #CDEF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF7D; }
p { color: rgb(205,239,125); }
H1.HeaderClassName
{
color: #CDEF7D;
}
.AnyTagClassName
{
color: #CDEF7D;
}
</style>
background-color css
<style>
a { background-color: #CDEF7D; }
a { background-color: rgb(205,239,125); }
div.DivClassName
{
background-color: #CDEF7D;
}
.BgClassName
{
background-color: #CDEF7D;
}
</style>
border-color css
<style>
span { border-color: #CDEF7D; }
span { border-color: rgb(205,239,125); }
td.TdClassName
{
border-color: #CDEF7D;
}
.TagClassName
{
border-color: #CDEF7D;
}
</style>