Shades of Sulu #CDEF77
Tints of Sulu #CDEF77
RGB
CMYK
RGB Variations
Color information
#CDEF77 (or 0xCDEF77) is known color: Sulu. HEX triplet: CD, EF and 77. RGB value is (205,239,119). Sum of RGB (Red+Green+Blue) = 205+239+119=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF77 is #321088. Grayscale: #D7D7D7. Windows color (decimal): -3281033 or 7860173. OLE color: 7860173.
HSL color Cylindrical-coordinate representation of color #CDEF77: hue angle of 77º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDEF77 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 119 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.06 |
| HSL | 77º | 0.79% | 0.7% | - |
| HSV(B) | 77º | 0.5% | 0.94% | - |
| XYZ | 59.37 | 76.04 | 29 | - |
| YUV | 215.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 119 | 0.14 | 0 | 0.50 | 0.06 | 77 | 0.79 | 0.7 |
| Hex | CD | EF | 77 | E | 0 | 32 | 6 | 4D | 4F | 46 |
| Octal | 315 | 357 | 167 | 16 | 0 | 62 | 6 | 115 | 117 | 106 |
| Binary | 11001101 | 11101111 | 1110111 | 1110 | 0 | 110010 | 110 | 1001101 | 1001111 | 1000110 |
Color Harmonies of #CDEF77
Complementary color
Monochromatic Colors of #CDEF77
Black with #CDEF77
Text Example
Text Example
White with #CDEF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF77; }
p { color: rgb(205,239,119); }
H1.HeaderClassName
{
color: #CDEF77;
}
.AnyTagClassName
{
color: #CDEF77;
}
</style>
background-color css
<style>
a { background-color: #CDEF77; }
a { background-color: rgb(205,239,119); }
div.DivClassName
{
background-color: #CDEF77;
}
.BgClassName
{
background-color: #CDEF77;
}
</style>
border-color css
<style>
span { border-color: #CDEF77; }
span { border-color: rgb(205,239,119); }
td.TdClassName
{
border-color: #CDEF77;
}
.TagClassName
{
border-color: #CDEF77;
}
</style>