Shades of Sulu #C9FE7A
Tints of Sulu #C9FE7A
RGB
CMYK
RGB Variations
Color information
#C9FE7A (or 0xC9FE7A) is known color: Sulu. HEX triplet: C9, FE and 7A. RGB value is (201,254,122). Sum of RGB (Red+Green+Blue) = 201+254+122=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 122 (48.05% from 255 or 21.14% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FE7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FE7A is #360185. Grayscale: #DFDFDF. Windows color (decimal): -3539334 or 8060617. OLE color: 8060617.
HSL color Cylindrical-coordinate representation of color #C9FE7A: hue angle of 84.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9FE7A is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 254 | 122 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.00 |
| HSL | 84.09º | 0.99% | 0.74% | - |
| HSV(B) | 84.09º | 0.52% | 1% | - |
| XYZ | 63.04 | 84.71 | 31.44 | - |
| YUV | 223.11 | 70.94 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 254 | 122 | 0.21 | 0 | 0.52 | 0.00 | 84.09 | 0.99 | 0.74 |
| Hex | C9 | FE | 7A | 15 | 0 | 34 | 0 | 54 | 63 | 4A |
| Octal | 311 | 376 | 172 | 25 | 0 | 64 | 0 | 124 | 143 | 112 |
| Binary | 11001001 | 11111110 | 1111010 | 10101 | 0 | 110100 | 0 | 1010100 | 1100011 | 1001010 |
Color Harmonies of #C9FE7A
Complementary color
Monochromatic Colors of #C9FE7A
Black with #C9FE7A
Text Example
Text Example
White with #C9FE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FE7A; }
p { color: rgb(201,254,122); }
H1.HeaderClassName
{
color: #C9FE7A;
}
.AnyTagClassName
{
color: #C9FE7A;
}
</style>
background-color css
<style>
a { background-color: #C9FE7A; }
a { background-color: rgb(201,254,122); }
div.DivClassName
{
background-color: #C9FE7A;
}
.BgClassName
{
background-color: #C9FE7A;
}
</style>
border-color css
<style>
span { border-color: #C9FE7A; }
span { border-color: rgb(201,254,122); }
td.TdClassName
{
border-color: #C9FE7A;
}
.TagClassName
{
border-color: #C9FE7A;
}
</style>