Shades of Sulu #CDEF71
Tints of Sulu #CDEF71
RGB
CMYK
RGB Variations
Color information
#CDEF71 (or 0xCDEF71) is known color: Sulu. HEX triplet: CD, EF and 71. RGB value is (205,239,113). Sum of RGB (Red+Green+Blue) = 205+239+113=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 113 (44.53% from 255 or 20.29% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF71 is #32108E. Grayscale: #D6D6D6. Windows color (decimal): -3281039 or 7466957. OLE color: 7466957.
HSL color Cylindrical-coordinate representation of color #CDEF71: hue angle of 76.19º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDEF71 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 113 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.06 |
| HSL | 76.19º | 0.8% | 0.69% | - |
| HSV(B) | 76.19º | 0.53% | 0.94% | - |
| XYZ | 59.02 | 75.9 | 27.16 | - |
| YUV | 214.47 | 70.74 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 113 | 0.14 | 0 | 0.53 | 0.06 | 76.19 | 0.8 | 0.69 |
| Hex | CD | EF | 71 | E | 0 | 35 | 6 | 4C | 50 | 45 |
| Octal | 315 | 357 | 161 | 16 | 0 | 65 | 6 | 114 | 120 | 105 |
| Binary | 11001101 | 11101111 | 1110001 | 1110 | 0 | 110101 | 110 | 1001100 | 1010000 | 1000101 |
Color Harmonies of #CDEF71
Complementary color
Monochromatic Colors of #CDEF71
Black with #CDEF71
Text Example
Text Example
White with #CDEF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF71; }
p { color: rgb(205,239,113); }
H1.HeaderClassName
{
color: #CDEF71;
}
.AnyTagClassName
{
color: #CDEF71;
}
</style>
background-color css
<style>
a { background-color: #CDEF71; }
a { background-color: rgb(205,239,113); }
div.DivClassName
{
background-color: #CDEF71;
}
.BgClassName
{
background-color: #CDEF71;
}
</style>
border-color css
<style>
span { border-color: #CDEF71; }
span { border-color: rgb(205,239,113); }
td.TdClassName
{
border-color: #CDEF71;
}
.TagClassName
{
border-color: #CDEF71;
}
</style>