Shades of Sulu #CDEF74
Tints of Sulu #CDEF74
RGB
CMYK
RGB Variations
Color information
#CDEF74 (or 0xCDEF74) is known color: Sulu. HEX triplet: CD, EF and 74. RGB value is (205,239,116). Sum of RGB (Red+Green+Blue) = 205+239+116=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF74 is #32108B. Grayscale: #D7D7D7. Windows color (decimal): -3281036 or 7663565. OLE color: 7663565.
HSL color Cylindrical-coordinate representation of color #CDEF74: hue angle of 76.59º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDEF74 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 116 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.06 |
| HSL | 76.59º | 0.79% | 0.7% | - |
| HSV(B) | 76.59º | 0.51% | 0.94% | - |
| XYZ | 59.2 | 75.97 | 28.07 | - |
| YUV | 214.81 | 72.24 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 116 | 0.14 | 0 | 0.51 | 0.06 | 76.59 | 0.79 | 0.7 |
| Hex | CD | EF | 74 | E | 0 | 33 | 6 | 4D | 4F | 46 |
| Octal | 315 | 357 | 164 | 16 | 0 | 63 | 6 | 115 | 117 | 106 |
| Binary | 11001101 | 11101111 | 1110100 | 1110 | 0 | 110011 | 110 | 1001101 | 1001111 | 1000110 |
Color Harmonies of #CDEF74
Complementary color
Monochromatic Colors of #CDEF74
Black with #CDEF74
Text Example
Text Example
White with #CDEF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF74; }
p { color: rgb(205,239,116); }
H1.HeaderClassName
{
color: #CDEF74;
}
.AnyTagClassName
{
color: #CDEF74;
}
</style>
background-color css
<style>
a { background-color: #CDEF74; }
a { background-color: rgb(205,239,116); }
div.DivClassName
{
background-color: #CDEF74;
}
.BgClassName
{
background-color: #CDEF74;
}
</style>
border-color css
<style>
span { border-color: #CDEF74; }
span { border-color: rgb(205,239,116); }
td.TdClassName
{
border-color: #CDEF74;
}
.TagClassName
{
border-color: #CDEF74;
}
</style>