Shades of Sulu #C9F47A
Tints of Sulu #C9F47A
RGB
CMYK
RGB Variations
Color information
#C9F47A (or 0xC9F47A) is known color: Sulu. HEX triplet: C9, F4 and 7A. RGB value is (201,244,122). Sum of RGB (Red+Green+Blue) = 201+244+122=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 244 (95.70% from 255 or 43.03% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 244 - color contains mainly: green. Hex color #C9F47A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F47A is #360B85. Grayscale: #D9D9D9. Windows color (decimal): -3541894 or 8058057. OLE color: 8058057.
HSL color Cylindrical-coordinate representation of color #C9F47A: hue angle of 81.15º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9F47A is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 244 | 122 | - |
| CMYK | 0.18 | 0 | 0.5 | 0.04 |
| HSL | 81.15º | 0.85% | 0.72% | - |
| HSV(B) | 81.15º | 0.5% | 0.96% | - |
| XYZ | 59.95 | 78.52 | 30.41 | - |
| YUV | 217.24 | 74.25 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 244 | 122 | 0.18 | 0 | 0.5 | 0.04 | 81.15 | 0.85 | 0.72 |
| Hex | C9 | F4 | 7A | 12 | 0 | 32 | 4 | 51 | 55 | 48 |
| Octal | 311 | 364 | 172 | 22 | 0 | 62 | 4 | 121 | 125 | 110 |
| Binary | 11001001 | 11110100 | 1111010 | 10010 | 0 | 110010 | 100 | 1010001 | 1010101 | 1001000 |
Color Harmonies of #C9F47A
Complementary color
Monochromatic Colors of #C9F47A
Black with #C9F47A
Text Example
Text Example
White with #C9F47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F47A; }
p { color: rgb(201,244,122); }
H1.HeaderClassName
{
color: #C9F47A;
}
.AnyTagClassName
{
color: #C9F47A;
}
</style>
background-color css
<style>
a { background-color: #C9F47A; }
a { background-color: rgb(201,244,122); }
div.DivClassName
{
background-color: #C9F47A;
}
.BgClassName
{
background-color: #C9F47A;
}
</style>
border-color css
<style>
span { border-color: #C9F47A; }
span { border-color: rgb(201,244,122); }
td.TdClassName
{
border-color: #C9F47A;
}
.TagClassName
{
border-color: #C9F47A;
}
</style>