Shades of Sulu #CDEF7B
Tints of Sulu #CDEF7B
RGB
CMYK
RGB Variations
Color information
#CDEF7B (or 0xCDEF7B) is known color: Sulu. HEX triplet: CD, EF and 7B. RGB value is (205,239,123). Sum of RGB (Red+Green+Blue) = 205+239+123=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 123 (48.44% from 255 or 21.69% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF7B is #321084. Grayscale: #D8D8D8. Windows color (decimal): -3281029 or 8122317. OLE color: 8122317.
HSL color Cylindrical-coordinate representation of color #CDEF7B: hue angle of 77.59º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDEF7B is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 123 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.06 |
| HSL | 77.59º | 0.78% | 0.71% | - |
| HSV(B) | 77.59º | 0.49% | 0.94% | - |
| XYZ | 59.62 | 76.14 | 30.29 | - |
| YUV | 215.61 | 75.74 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 123 | 0.14 | 0 | 0.49 | 0.06 | 77.59 | 0.78 | 0.71 |
| Hex | CD | EF | 7B | E | 0 | 31 | 6 | 4E | 4E | 47 |
| Octal | 315 | 357 | 173 | 16 | 0 | 61 | 6 | 116 | 116 | 107 |
| Binary | 11001101 | 11101111 | 1111011 | 1110 | 0 | 110001 | 110 | 1001110 | 1001110 | 1000111 |
Color Harmonies of #CDEF7B
Complementary color
Monochromatic Colors of #CDEF7B
Black with #CDEF7B
Text Example
Text Example
White with #CDEF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF7B; }
p { color: rgb(205,239,123); }
H1.HeaderClassName
{
color: #CDEF7B;
}
.AnyTagClassName
{
color: #CDEF7B;
}
</style>
background-color css
<style>
a { background-color: #CDEF7B; }
a { background-color: rgb(205,239,123); }
div.DivClassName
{
background-color: #CDEF7B;
}
.BgClassName
{
background-color: #CDEF7B;
}
</style>
border-color css
<style>
span { border-color: #CDEF7B; }
span { border-color: rgb(205,239,123); }
td.TdClassName
{
border-color: #CDEF7B;
}
.TagClassName
{
border-color: #CDEF7B;
}
</style>