Shades of Sulu #C9FB7A
Tints of Sulu #C9FB7A
RGB
CMYK
RGB Variations
Color information
#C9FB7A (or 0xC9FB7A) is known color: Sulu. HEX triplet: C9, FB and 7A. RGB value is (201,251,122). Sum of RGB (Red+Green+Blue) = 201+251+122=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FB7A is #360485. Grayscale: #DDDDDD. Windows color (decimal): -3540102 or 8059849. OLE color: 8059849.
HSL color Cylindrical-coordinate representation of color #C9FB7A: hue angle of 83.26º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9FB7A is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 251 | 122 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.02 |
| HSL | 83.26º | 0.94% | 0.73% | - |
| HSV(B) | 83.26º | 0.51% | 0.98% | - |
| XYZ | 62.1 | 82.82 | 31.12 | - |
| YUV | 221.34 | 71.94 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 251 | 122 | 0.20 | 0 | 0.51 | 0.02 | 83.26 | 0.94 | 0.73 |
| Hex | C9 | FB | 7A | 14 | 0 | 33 | 2 | 53 | 5E | 49 |
| Octal | 311 | 373 | 172 | 24 | 0 | 63 | 2 | 123 | 136 | 111 |
| Binary | 11001001 | 11111011 | 1111010 | 10100 | 0 | 110011 | 10 | 1010011 | 1011110 | 1001001 |
Color Harmonies of #C9FB7A
Complementary color
Monochromatic Colors of #C9FB7A
Black with #C9FB7A
Text Example
Text Example
White with #C9FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FB7A; }
p { color: rgb(201,251,122); }
H1.HeaderClassName
{
color: #C9FB7A;
}
.AnyTagClassName
{
color: #C9FB7A;
}
</style>
background-color css
<style>
a { background-color: #C9FB7A; }
a { background-color: rgb(201,251,122); }
div.DivClassName
{
background-color: #C9FB7A;
}
.BgClassName
{
background-color: #C9FB7A;
}
</style>
border-color css
<style>
span { border-color: #C9FB7A; }
span { border-color: rgb(201,251,122); }
td.TdClassName
{
border-color: #C9FB7A;
}
.TagClassName
{
border-color: #C9FB7A;
}
</style>