Shades of Sulu #C9FA6D
Tints of Sulu #C9FA6D
RGB
CMYK
RGB Variations
Color information
#C9FA6D (or 0xC9FA6D) is known color: Sulu. HEX triplet: C9, FA and 6D. RGB value is (201,250,109). Sum of RGB (Red+Green+Blue) = 201+250+109=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FA6D is #360592. Grayscale: #DBDBDB. Windows color (decimal): -3540371 or 7207625. OLE color: 7207625.
HSL color Cylindrical-coordinate representation of color #C9FA6D: hue angle of 80.85º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9FA6D is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 109 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.02 |
| HSL | 80.85º | 0.93% | 0.7% | - |
| HSV(B) | 80.85º | 0.56% | 0.98% | - |
| XYZ | 61.03 | 81.89 | 27.06 | - |
| YUV | 219.28 | 65.77 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 109 | 0.20 | 0 | 0.56 | 0.02 | 80.85 | 0.93 | 0.7 |
| Hex | C9 | FA | 6D | 14 | 0 | 38 | 2 | 51 | 5D | 46 |
| Octal | 311 | 372 | 155 | 24 | 0 | 70 | 2 | 121 | 135 | 106 |
| Binary | 11001001 | 11111010 | 1101101 | 10100 | 0 | 111000 | 10 | 1010001 | 1011101 | 1000110 |
Color Harmonies of #C9FA6D
Complementary color
Monochromatic Colors of #C9FA6D
Black with #C9FA6D
Text Example
Text Example
White with #C9FA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA6D; }
p { color: rgb(201,250,109); }
H1.HeaderClassName
{
color: #C9FA6D;
}
.AnyTagClassName
{
color: #C9FA6D;
}
</style>
background-color css
<style>
a { background-color: #C9FA6D; }
a { background-color: rgb(201,250,109); }
div.DivClassName
{
background-color: #C9FA6D;
}
.BgClassName
{
background-color: #C9FA6D;
}
</style>
border-color css
<style>
span { border-color: #C9FA6D; }
span { border-color: rgb(201,250,109); }
td.TdClassName
{
border-color: #C9FA6D;
}
.TagClassName
{
border-color: #C9FA6D;
}
</style>