Shades of Sulu #C9F87A
Tints of Sulu #C9F87A
RGB
CMYK
RGB Variations
Color information
#C9F87A (or 0xC9F87A) is known color: Sulu. HEX triplet: C9, F8 and 7A. RGB value is (201,248,122). Sum of RGB (Red+Green+Blue) = 201+248+122=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 248 - color contains mainly: green. Hex color #C9F87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F87A is #360785. Grayscale: #DCDCDC. Windows color (decimal): -3540870 or 8059081. OLE color: 8059081.
HSL color Cylindrical-coordinate representation of color #C9F87A: hue angle of 82.38º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9F87A is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 248 | 122 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.03 |
| HSL | 82.38º | 0.9% | 0.73% | - |
| HSV(B) | 82.38º | 0.51% | 0.97% | - |
| XYZ | 61.17 | 80.96 | 30.81 | - |
| YUV | 219.58 | 72.93 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 248 | 122 | 0.19 | 0 | 0.51 | 0.03 | 82.38 | 0.9 | 0.73 |
| Hex | C9 | F8 | 7A | 13 | 0 | 33 | 3 | 52 | 5A | 49 |
| Octal | 311 | 370 | 172 | 23 | 0 | 63 | 3 | 122 | 132 | 111 |
| Binary | 11001001 | 11111000 | 1111010 | 10011 | 0 | 110011 | 11 | 1010010 | 1011010 | 1001001 |
Color Harmonies of #C9F87A
Complementary color
Monochromatic Colors of #C9F87A
Black with #C9F87A
Text Example
Text Example
White with #C9F87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F87A; }
p { color: rgb(201,248,122); }
H1.HeaderClassName
{
color: #C9F87A;
}
.AnyTagClassName
{
color: #C9F87A;
}
</style>
background-color css
<style>
a { background-color: #C9F87A; }
a { background-color: rgb(201,248,122); }
div.DivClassName
{
background-color: #C9F87A;
}
.BgClassName
{
background-color: #C9F87A;
}
</style>
border-color css
<style>
span { border-color: #C9F87A; }
span { border-color: rgb(201,248,122); }
td.TdClassName
{
border-color: #C9F87A;
}
.TagClassName
{
border-color: #C9F87A;
}
</style>