Shades of Sulu #CDEF72
Tints of Sulu #CDEF72
RGB
CMYK
RGB Variations
Color information
#CDEF72 (or 0xCDEF72) is known color: Sulu. HEX triplet: CD, EF and 72. RGB value is (205,239,114). Sum of RGB (Red+Green+Blue) = 205+239+114=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF72 is #32108D. Grayscale: #D7D7D7. Windows color (decimal): -3281038 or 7532493. OLE color: 7532493.
HSL color Cylindrical-coordinate representation of color #CDEF72: hue angle of 76.32º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDEF72 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 114 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.06 |
| HSL | 76.32º | 0.8% | 0.69% | - |
| HSV(B) | 76.32º | 0.52% | 0.94% | - |
| XYZ | 59.08 | 75.93 | 27.46 | - |
| YUV | 214.58 | 71.24 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 114 | 0.14 | 0 | 0.52 | 0.06 | 76.32 | 0.8 | 0.69 |
| Hex | CD | EF | 72 | E | 0 | 34 | 6 | 4C | 50 | 45 |
| Octal | 315 | 357 | 162 | 16 | 0 | 64 | 6 | 114 | 120 | 105 |
| Binary | 11001101 | 11101111 | 1110010 | 1110 | 0 | 110100 | 110 | 1001100 | 1010000 | 1000101 |
Color Harmonies of #CDEF72
Complementary color
Monochromatic Colors of #CDEF72
Black with #CDEF72
Text Example
Text Example
White with #CDEF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF72; }
p { color: rgb(205,239,114); }
H1.HeaderClassName
{
color: #CDEF72;
}
.AnyTagClassName
{
color: #CDEF72;
}
</style>
background-color css
<style>
a { background-color: #CDEF72; }
a { background-color: rgb(205,239,114); }
div.DivClassName
{
background-color: #CDEF72;
}
.BgClassName
{
background-color: #CDEF72;
}
</style>
border-color css
<style>
span { border-color: #CDEF72; }
span { border-color: rgb(205,239,114); }
td.TdClassName
{
border-color: #CDEF72;
}
.TagClassName
{
border-color: #CDEF72;
}
</style>