Shades of Sulu #CDEF73
Tints of Sulu #CDEF73
RGB
CMYK
RGB Variations
Color information
#CDEF73 (or 0xCDEF73) is known color: Sulu. HEX triplet: CD, EF and 73. RGB value is (205,239,115). Sum of RGB (Red+Green+Blue) = 205+239+115=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF73 is #32108C. Grayscale: #D7D7D7. Windows color (decimal): -3281037 or 7598029. OLE color: 7598029.
HSL color Cylindrical-coordinate representation of color #CDEF73: hue angle of 76.45º degrees, saturation: 0.79, 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 #CDEF73 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 115 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.06 |
| HSL | 76.45º | 0.79% | 0.69% | - |
| HSV(B) | 76.45º | 0.52% | 0.94% | - |
| XYZ | 59.14 | 75.95 | 27.76 | - |
| YUV | 214.7 | 71.74 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 115 | 0.14 | 0 | 0.52 | 0.06 | 76.45 | 0.79 | 0.69 |
| Hex | CD | EF | 73 | E | 0 | 34 | 6 | 4C | 4F | 45 |
| Octal | 315 | 357 | 163 | 16 | 0 | 64 | 6 | 114 | 117 | 105 |
| Binary | 11001101 | 11101111 | 1110011 | 1110 | 0 | 110100 | 110 | 1001100 | 1001111 | 1000101 |
Color Harmonies of #CDEF73
Complementary color
Monochromatic Colors of #CDEF73
Black with #CDEF73
Text Example
Text Example
White with #CDEF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF73; }
p { color: rgb(205,239,115); }
H1.HeaderClassName
{
color: #CDEF73;
}
.AnyTagClassName
{
color: #CDEF73;
}
</style>
background-color css
<style>
a { background-color: #CDEF73; }
a { background-color: rgb(205,239,115); }
div.DivClassName
{
background-color: #CDEF73;
}
.BgClassName
{
background-color: #CDEF73;
}
</style>
border-color css
<style>
span { border-color: #CDEF73; }
span { border-color: rgb(205,239,115); }
td.TdClassName
{
border-color: #CDEF73;
}
.TagClassName
{
border-color: #CDEF73;
}
</style>