Shades of Sulu #CFF585
Tints of Sulu #CFF585
RGB
CMYK
RGB Variations
Color information
#CFF585 (or 0xCFF585) is known color: Sulu. HEX triplet: CF, F5 and 85. RGB value is (207,245,133). Sum of RGB (Red+Green+Blue) = 207+245+133=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF585 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF585 is #300A7A. Grayscale: #DDDDDD. Windows color (decimal): -3148411 or 8779215. OLE color: 8779215.
HSL color Cylindrical-coordinate representation of color #CFF585: hue angle of 80.36º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFF585 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 133 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.04 |
| HSL | 80.36º | 0.85% | 0.74% | - |
| HSV(B) | 80.36º | 0.46% | 0.96% | - |
| XYZ | 62.62 | 80.26 | 34.38 | - |
| YUV | 220.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 133 | 0.16 | 0 | 0.46 | 0.04 | 80.36 | 0.85 | 0.74 |
| Hex | CF | F5 | 85 | 10 | 0 | 2E | 4 | 50 | 55 | 4A |
| Octal | 317 | 365 | 205 | 20 | 0 | 56 | 4 | 120 | 125 | 112 |
| Binary | 11001111 | 11110101 | 10000101 | 10000 | 0 | 101110 | 100 | 1010000 | 1010101 | 1001010 |
Color Harmonies of #CFF585
Complementary color
Monochromatic Colors of #CFF585
Black with #CFF585
Text Example
Text Example
White with #CFF585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF585; }
p { color: rgb(207,245,133); }
H1.HeaderClassName
{
color: #CFF585;
}
.AnyTagClassName
{
color: #CFF585;
}
</style>
background-color css
<style>
a { background-color: #CFF585; }
a { background-color: rgb(207,245,133); }
div.DivClassName
{
background-color: #CFF585;
}
.BgClassName
{
background-color: #CFF585;
}
</style>
border-color css
<style>
span { border-color: #CFF585; }
span { border-color: rgb(207,245,133); }
td.TdClassName
{
border-color: #CFF585;
}
.TagClassName
{
border-color: #CFF585;
}
</style>