Shades of Sulu #CDEF7C
Tints of Sulu #CDEF7C
RGB
CMYK
RGB Variations
Color information
#CDEF7C (or 0xCDEF7C) is known color: Sulu. HEX triplet: CD, EF and 7C. RGB value is (205,239,124). Sum of RGB (Red+Green+Blue) = 205+239+124=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF7C is #321083. Grayscale: #D8D8D8. Windows color (decimal): -3281028 or 8187853. OLE color: 8187853.
HSL color Cylindrical-coordinate representation of color #CDEF7C: hue angle of 77.74º 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 #CDEF7C is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 124 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.06 |
| HSL | 77.74º | 0.78% | 0.71% | - |
| HSV(B) | 77.74º | 0.48% | 0.94% | - |
| XYZ | 59.68 | 76.17 | 30.63 | - |
| YUV | 215.72 | 76.24 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 124 | 0.14 | 0 | 0.48 | 0.06 | 77.74 | 0.78 | 0.71 |
| Hex | CD | EF | 7C | E | 0 | 30 | 6 | 4E | 4E | 47 |
| Octal | 315 | 357 | 174 | 16 | 0 | 60 | 6 | 116 | 116 | 107 |
| Binary | 11001101 | 11101111 | 1111100 | 1110 | 0 | 110000 | 110 | 1001110 | 1001110 | 1000111 |
Color Harmonies of #CDEF7C
Complementary color
Monochromatic Colors of #CDEF7C
Black with #CDEF7C
Text Example
Text Example
White with #CDEF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF7C; }
p { color: rgb(205,239,124); }
H1.HeaderClassName
{
color: #CDEF7C;
}
.AnyTagClassName
{
color: #CDEF7C;
}
</style>
background-color css
<style>
a { background-color: #CDEF7C; }
a { background-color: rgb(205,239,124); }
div.DivClassName
{
background-color: #CDEF7C;
}
.BgClassName
{
background-color: #CDEF7C;
}
</style>
border-color css
<style>
span { border-color: #CDEF7C; }
span { border-color: rgb(205,239,124); }
td.TdClassName
{
border-color: #CDEF7C;
}
.TagClassName
{
border-color: #CDEF7C;
}
</style>