Shades of Sulu #C9FB7C
Tints of Sulu #C9FB7C
RGB
CMYK
RGB Variations
Color information
#C9FB7C (or 0xC9FB7C) is known color: Sulu. HEX triplet: C9, FB and 7C. RGB value is (201,251,124). Sum of RGB (Red+Green+Blue) = 201+251+124=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FB7C is #360483. Grayscale: #DEDEDE. Windows color (decimal): -3540100 or 8190921. OLE color: 8190921.
HSL color Cylindrical-coordinate representation of color #C9FB7C: hue angle of 83.62º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9FB7C is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 251 | 124 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.02 |
| HSL | 83.62º | 0.94% | 0.74% | - |
| HSV(B) | 83.62º | 0.51% | 0.98% | - |
| XYZ | 62.22 | 82.87 | 31.78 | - |
| YUV | 221.57 | 72.94 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 251 | 124 | 0.20 | 0 | 0.51 | 0.02 | 83.62 | 0.94 | 0.74 |
| Hex | C9 | FB | 7C | 14 | 0 | 33 | 2 | 54 | 5E | 4A |
| Octal | 311 | 373 | 174 | 24 | 0 | 63 | 2 | 124 | 136 | 112 |
| Binary | 11001001 | 11111011 | 1111100 | 10100 | 0 | 110011 | 10 | 1010100 | 1011110 | 1001010 |
Color Harmonies of #C9FB7C
Complementary color
Monochromatic Colors of #C9FB7C
Black with #C9FB7C
Text Example
Text Example
White with #C9FB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FB7C; }
p { color: rgb(201,251,124); }
H1.HeaderClassName
{
color: #C9FB7C;
}
.AnyTagClassName
{
color: #C9FB7C;
}
</style>
background-color css
<style>
a { background-color: #C9FB7C; }
a { background-color: rgb(201,251,124); }
div.DivClassName
{
background-color: #C9FB7C;
}
.BgClassName
{
background-color: #C9FB7C;
}
</style>
border-color css
<style>
span { border-color: #C9FB7C; }
span { border-color: rgb(201,251,124); }
td.TdClassName
{
border-color: #C9FB7C;
}
.TagClassName
{
border-color: #C9FB7C;
}
</style>