Shades of Sulu #C9FC85
Tints of Sulu #C9FC85
RGB
CMYK
RGB Variations
Color information
#C9FC85 (or 0xC9FC85) is known color: Sulu. HEX triplet: C9, FC and 85. RGB value is (201,252,133). Sum of RGB (Red+Green+Blue) = 201+252+133=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FC85 is #36037A. Grayscale: #DFDFDF. Windows color (decimal): -3539835 or 8781001. OLE color: 8781001.
HSL color Cylindrical-coordinate representation of color #C9FC85: hue angle of 85.71º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9FC85 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 133 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.01 |
| HSL | 85.71º | 0.95% | 0.75% | - |
| HSV(B) | 85.71º | 0.47% | 0.99% | - |
| XYZ | 63.13 | 83.73 | 35.02 | - |
| YUV | 223.19 | 77.1 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 133 | 0.20 | 0 | 0.47 | 0.01 | 85.71 | 0.95 | 0.75 |
| Hex | C9 | FC | 85 | 14 | 0 | 2F | 1 | 56 | 5F | 4B |
| Octal | 311 | 374 | 205 | 24 | 0 | 57 | 1 | 126 | 137 | 113 |
| Binary | 11001001 | 11111100 | 10000101 | 10100 | 0 | 101111 | 1 | 1010110 | 1011111 | 1001011 |
Color Harmonies of #C9FC85
Complementary color
Monochromatic Colors of #C9FC85
Black with #C9FC85
Text Example
Text Example
White with #C9FC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FC85; }
p { color: rgb(201,252,133); }
H1.HeaderClassName
{
color: #C9FC85;
}
.AnyTagClassName
{
color: #C9FC85;
}
</style>
background-color css
<style>
a { background-color: #C9FC85; }
a { background-color: rgb(201,252,133); }
div.DivClassName
{
background-color: #C9FC85;
}
.BgClassName
{
background-color: #C9FC85;
}
</style>
border-color css
<style>
span { border-color: #C9FC85; }
span { border-color: rgb(201,252,133); }
td.TdClassName
{
border-color: #C9FC85;
}
.TagClassName
{
border-color: #C9FC85;
}
</style>