Shades of Sulu #CDFF86
Tints of Sulu #CDFF86
RGB
CMYK
RGB Variations
Color information
#CDFF86 (or 0xCDFF86) is known color: Sulu. HEX triplet: CD, FF and 86. RGB value is (205,255,134). Sum of RGB (Red+Green+Blue) = 205+255+134=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 134 (52.73% from 255 or 22.56% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF86 is #320079. Grayscale: #E2E2E2. Windows color (decimal): -3276922 or 8847309. OLE color: 8847309.
HSL color Cylindrical-coordinate representation of color #CDFF86: hue angle of 84.79º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDFF86 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 134 | - |
| CMYK | 0.20 | 0 | 0.47 | 0 |
| HSL | 84.79º | 1% | 0.76% | - |
| HSV(B) | 84.79º | 0.47% | 1% | - |
| XYZ | 65.24 | 86.22 | 35.76 | - |
| YUV | 226.26 | 75.94 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 134 | 0.20 | 0 | 0.47 | 0 | 84.79 | 1 | 0.76 |
| Hex | CD | FF | 86 | 14 | 0 | 2F | 0 | 55 | 64 | 4C |
| Octal | 315 | 377 | 206 | 24 | 0 | 57 | 0 | 125 | 144 | 114 |
| Binary | 11001101 | 11111111 | 10000110 | 10100 | 0 | 101111 | 0 | 1010101 | 1100100 | 1001100 |
Color Harmonies of #CDFF86
Complementary color
Monochromatic Colors of #CDFF86
Black with #CDFF86
Text Example
Text Example
White with #CDFF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF86; }
p { color: rgb(205,255,134); }
H1.HeaderClassName
{
color: #CDFF86;
}
.AnyTagClassName
{
color: #CDFF86;
}
</style>
background-color css
<style>
a { background-color: #CDFF86; }
a { background-color: rgb(205,255,134); }
div.DivClassName
{
background-color: #CDFF86;
}
.BgClassName
{
background-color: #CDFF86;
}
</style>
border-color css
<style>
span { border-color: #CDFF86; }
span { border-color: rgb(205,255,134); }
td.TdClassName
{
border-color: #CDFF86;
}
.TagClassName
{
border-color: #CDFF86;
}
</style>