Shades of Sulu #CDEF83
Tints of Sulu #CDEF83
RGB
CMYK
RGB Variations
Color information
#CDEF83 (or 0xCDEF83) is known color: Sulu. HEX triplet: CD, EF and 83. RGB value is (205,239,131). Sum of RGB (Red+Green+Blue) = 205+239+131=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 131 (51.56% from 255 or 22.78% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEF83 is #32107C. Grayscale: #D8D8D8. Windows color (decimal): -3281021 or 8646605. OLE color: 8646605.
HSL color Cylindrical-coordinate representation of color #CDEF83: hue angle of 78.89º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDEF83 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 131 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.06 |
| HSL | 78.89º | 0.77% | 0.73% | - |
| HSV(B) | 78.89º | 0.45% | 0.94% | - |
| XYZ | 60.14 | 76.35 | 33.04 | - |
| YUV | 216.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 131 | 0.14 | 0 | 0.45 | 0.06 | 78.89 | 0.77 | 0.73 |
| Hex | CD | EF | 83 | E | 0 | 2D | 6 | 4F | 4D | 49 |
| Octal | 315 | 357 | 203 | 16 | 0 | 55 | 6 | 117 | 115 | 111 |
| Binary | 11001101 | 11101111 | 10000011 | 1110 | 0 | 101101 | 110 | 1001111 | 1001101 | 1001001 |
Color Harmonies of #CDEF83
Complementary color
Monochromatic Colors of #CDEF83
Black with #CDEF83
Text Example
Text Example
White with #CDEF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF83; }
p { color: rgb(205,239,131); }
H1.HeaderClassName
{
color: #CDEF83;
}
.AnyTagClassName
{
color: #CDEF83;
}
</style>
background-color css
<style>
a { background-color: #CDEF83; }
a { background-color: rgb(205,239,131); }
div.DivClassName
{
background-color: #CDEF83;
}
.BgClassName
{
background-color: #CDEF83;
}
</style>
border-color css
<style>
span { border-color: #CDEF83; }
span { border-color: rgb(205,239,131); }
td.TdClassName
{
border-color: #CDEF83;
}
.TagClassName
{
border-color: #CDEF83;
}
</style>