Shades of Sulu #C9FC6C
Tints of Sulu #C9FC6C
RGB
CMYK
RGB Variations
Color information
#C9FC6C (or 0xC9FC6C) is known color: Sulu. HEX triplet: C9, FC and 6C. RGB value is (201,252,108). Sum of RGB (Red+Green+Blue) = 201+252+108=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FC6C is #360393. Grayscale: #DCDCDC. Windows color (decimal): -3539860 or 7142601. OLE color: 7142601.
HSL color Cylindrical-coordinate representation of color #C9FC6C: hue angle of 81.25º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9FC6C is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 108 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.01 |
| HSL | 81.25º | 0.96% | 0.71% | - |
| HSV(B) | 81.25º | 0.57% | 0.99% | - |
| XYZ | 61.6 | 83.12 | 26.98 | - |
| YUV | 220.34 | 64.6 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 108 | 0.20 | 0 | 0.57 | 0.01 | 81.25 | 0.96 | 0.71 |
| Hex | C9 | FC | 6C | 14 | 0 | 39 | 1 | 51 | 60 | 47 |
| Octal | 311 | 374 | 154 | 24 | 0 | 71 | 1 | 121 | 140 | 107 |
| Binary | 11001001 | 11111100 | 1101100 | 10100 | 0 | 111001 | 1 | 1010001 | 1100000 | 1000111 |
Color Harmonies of #C9FC6C
Complementary color
Monochromatic Colors of #C9FC6C
Black with #C9FC6C
Text Example
Text Example
White with #C9FC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FC6C; }
p { color: rgb(201,252,108); }
H1.HeaderClassName
{
color: #C9FC6C;
}
.AnyTagClassName
{
color: #C9FC6C;
}
</style>
background-color css
<style>
a { background-color: #C9FC6C; }
a { background-color: rgb(201,252,108); }
div.DivClassName
{
background-color: #C9FC6C;
}
.BgClassName
{
background-color: #C9FC6C;
}
</style>
border-color css
<style>
span { border-color: #C9FC6C; }
span { border-color: rgb(201,252,108); }
td.TdClassName
{
border-color: #C9FC6C;
}
.TagClassName
{
border-color: #C9FC6C;
}
</style>