Shades of Sulu #CDFF87
Tints of Sulu #CDFF87
RGB
CMYK
RGB Variations
Color information
#CDFF87 (or 0xCDFF87) is known color: Sulu. HEX triplet: CD, FF and 87. RGB value is (205,255,135). Sum of RGB (Red+Green+Blue) = 205+255+135=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 135 (53.12% from 255 or 22.69% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF87 is #320078. Grayscale: #E2E2E2. Windows color (decimal): -3276921 or 8912845. OLE color: 8912845.
HSL color Cylindrical-coordinate representation of color #CDFF87: hue angle of 85º 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 #CDFF87 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 135 | - |
| CMYK | 0.20 | 0 | 0.47 | 0 |
| HSL | 85º | 1% | 0.76% | - |
| HSV(B) | 85º | 0.47% | 1% | - |
| XYZ | 65.31 | 86.25 | 36.13 | - |
| YUV | 226.37 | 76.44 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 135 | 0.20 | 0 | 0.47 | 0 | 85 | 1 | 0.76 |
| Hex | CD | FF | 87 | 14 | 0 | 2F | 0 | 55 | 64 | 4C |
| Octal | 315 | 377 | 207 | 24 | 0 | 57 | 0 | 125 | 144 | 114 |
| Binary | 11001101 | 11111111 | 10000111 | 10100 | 0 | 101111 | 0 | 1010101 | 1100100 | 1001100 |
Color Harmonies of #CDFF87
Complementary color
Monochromatic Colors of #CDFF87
Black with #CDFF87
Text Example
Text Example
White with #CDFF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF87; }
p { color: rgb(205,255,135); }
H1.HeaderClassName
{
color: #CDFF87;
}
.AnyTagClassName
{
color: #CDFF87;
}
</style>
background-color css
<style>
a { background-color: #CDFF87; }
a { background-color: rgb(205,255,135); }
div.DivClassName
{
background-color: #CDFF87;
}
.BgClassName
{
background-color: #CDFF87;
}
</style>
border-color css
<style>
span { border-color: #CDFF87; }
span { border-color: rgb(205,255,135); }
td.TdClassName
{
border-color: #CDFF87;
}
.TagClassName
{
border-color: #CDFF87;
}
</style>