Shades of Sulu #CDEF7A
Tints of Sulu #CDEF7A
RGB
CMYK
RGB Variations
Color information
#CDEF7A (or 0xCDEF7A) is known color: Sulu. HEX triplet: CD, EF and 7A. RGB value is (205,239,122). Sum of RGB (Red+Green+Blue) = 205+239+122=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF7A is #321085. Grayscale: #D7D7D7. Windows color (decimal): -3281030 or 8056781. OLE color: 8056781.
HSL color Cylindrical-coordinate representation of color #CDEF7A: hue angle of 77.44º degrees, saturation: 0.79, 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 #CDEF7A is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 122 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.06 |
| HSL | 77.44º | 0.79% | 0.71% | - |
| HSV(B) | 77.44º | 0.49% | 0.94% | - |
| XYZ | 59.56 | 76.12 | 29.97 | - |
| YUV | 215.5 | 75.24 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 122 | 0.14 | 0 | 0.49 | 0.06 | 77.44 | 0.79 | 0.71 |
| Hex | CD | EF | 7A | E | 0 | 31 | 6 | 4D | 4F | 47 |
| Octal | 315 | 357 | 172 | 16 | 0 | 61 | 6 | 115 | 117 | 107 |
| Binary | 11001101 | 11101111 | 1111010 | 1110 | 0 | 110001 | 110 | 1001101 | 1001111 | 1000111 |
Color Harmonies of #CDEF7A
Complementary color
Monochromatic Colors of #CDEF7A
Black with #CDEF7A
Text Example
Text Example
White with #CDEF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF7A; }
p { color: rgb(205,239,122); }
H1.HeaderClassName
{
color: #CDEF7A;
}
.AnyTagClassName
{
color: #CDEF7A;
}
</style>
background-color css
<style>
a { background-color: #CDEF7A; }
a { background-color: rgb(205,239,122); }
div.DivClassName
{
background-color: #CDEF7A;
}
.BgClassName
{
background-color: #CDEF7A;
}
</style>
border-color css
<style>
span { border-color: #CDEF7A; }
span { border-color: rgb(205,239,122); }
td.TdClassName
{
border-color: #CDEF7A;
}
.TagClassName
{
border-color: #CDEF7A;
}
</style>