Shades of Sulu #C9FA7C
Tints of Sulu #C9FA7C
RGB
CMYK
RGB Variations
Color information
#C9FA7C (or 0xC9FA7C) is known color: Sulu. HEX triplet: C9, FA and 7C. RGB value is (201,250,124). Sum of RGB (Red+Green+Blue) = 201+250+124=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FA7C is #360583. Grayscale: #DDDDDD. Windows color (decimal): -3540356 or 8190665. OLE color: 8190665.
HSL color Cylindrical-coordinate representation of color #C9FA7C: hue angle of 83.33º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9FA7C is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 124 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.02 |
| HSL | 83.33º | 0.93% | 0.73% | - |
| HSV(B) | 83.33º | 0.5% | 0.98% | - |
| XYZ | 61.91 | 82.24 | 31.68 | - |
| YUV | 220.99 | 73.27 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 124 | 0.20 | 0 | 0.50 | 0.02 | 83.33 | 0.93 | 0.73 |
| Hex | C9 | FA | 7C | 14 | 0 | 32 | 2 | 53 | 5D | 49 |
| Octal | 311 | 372 | 174 | 24 | 0 | 62 | 2 | 123 | 135 | 111 |
| Binary | 11001001 | 11111010 | 1111100 | 10100 | 0 | 110010 | 10 | 1010011 | 1011101 | 1001001 |
Color Harmonies of #C9FA7C
Complementary color
Monochromatic Colors of #C9FA7C
Black with #C9FA7C
Text Example
Text Example
White with #C9FA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA7C; }
p { color: rgb(201,250,124); }
H1.HeaderClassName
{
color: #C9FA7C;
}
.AnyTagClassName
{
color: #C9FA7C;
}
</style>
background-color css
<style>
a { background-color: #C9FA7C; }
a { background-color: rgb(201,250,124); }
div.DivClassName
{
background-color: #C9FA7C;
}
.BgClassName
{
background-color: #C9FA7C;
}
</style>
border-color css
<style>
span { border-color: #C9FA7C; }
span { border-color: rgb(201,250,124); }
td.TdClassName
{
border-color: #C9FA7C;
}
.TagClassName
{
border-color: #C9FA7C;
}
</style>