Shades of Sulu #CFF985
Tints of Sulu #CFF985
RGB
CMYK
RGB Variations
Color information
#CFF985 (or 0xCFF985) is known color: Sulu. HEX triplet: CF, F9 and 85. RGB value is (207,249,133). Sum of RGB (Red+Green+Blue) = 207+249+133=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF985 is #30067A. Grayscale: #DFDFDF. Windows color (decimal): -3147387 or 8780239. OLE color: 8780239.
HSL color Cylindrical-coordinate representation of color #CFF985: hue angle of 81.72º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFF985 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 133 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.02 |
| HSL | 81.72º | 0.91% | 0.75% | - |
| HSV(B) | 81.72º | 0.47% | 0.98% | - |
| XYZ | 63.84 | 82.71 | 34.79 | - |
| YUV | 223.22 | 77.09 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 133 | 0.17 | 0 | 0.47 | 0.02 | 81.72 | 0.91 | 0.75 |
| Hex | CF | F9 | 85 | 11 | 0 | 2F | 2 | 52 | 5B | 4B |
| Octal | 317 | 371 | 205 | 21 | 0 | 57 | 2 | 122 | 133 | 113 |
| Binary | 11001111 | 11111001 | 10000101 | 10001 | 0 | 101111 | 10 | 1010010 | 1011011 | 1001011 |
Color Harmonies of #CFF985
Complementary color
Monochromatic Colors of #CFF985
Black with #CFF985
Text Example
Text Example
White with #CFF985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF985; }
p { color: rgb(207,249,133); }
H1.HeaderClassName
{
color: #CFF985;
}
.AnyTagClassName
{
color: #CFF985;
}
</style>
background-color css
<style>
a { background-color: #CFF985; }
a { background-color: rgb(207,249,133); }
div.DivClassName
{
background-color: #CFF985;
}
.BgClassName
{
background-color: #CFF985;
}
</style>
border-color css
<style>
span { border-color: #CFF985; }
span { border-color: rgb(207,249,133); }
td.TdClassName
{
border-color: #CFF985;
}
.TagClassName
{
border-color: #CFF985;
}
</style>