Shades of Sulu #C9F98B
Tints of Sulu #C9F98B
RGB
CMYK
RGB Variations
Color information
#C9F98B (or 0xC9F98B) is known color: Sulu. HEX triplet: C9, F9 and 8B. RGB value is (201,249,139). Sum of RGB (Red+Green+Blue) = 201+249+139=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F98B is #360674. Grayscale: #DEDEDE. Windows color (decimal): -3540597 or 9173449. OLE color: 9173449.
HSL color Cylindrical-coordinate representation of color #C9F98B: hue angle of 86.18º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9F98B is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 139 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.02 |
| HSL | 86.18º | 0.9% | 0.76% | - |
| HSV(B) | 86.18º | 0.44% | 0.98% | - |
| XYZ | 62.62 | 82.03 | 36.96 | - |
| YUV | 222.11 | 81.1 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 139 | 0.19 | 0 | 0.44 | 0.02 | 86.18 | 0.9 | 0.76 |
| Hex | C9 | F9 | 8B | 13 | 0 | 2C | 2 | 56 | 5A | 4C |
| Octal | 311 | 371 | 213 | 23 | 0 | 54 | 2 | 126 | 132 | 114 |
| Binary | 11001001 | 11111001 | 10001011 | 10011 | 0 | 101100 | 10 | 1010110 | 1011010 | 1001100 |
Color Harmonies of #C9F98B
Complementary color
Monochromatic Colors of #C9F98B
Black with #C9F98B
Text Example
Text Example
White with #C9F98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F98B; }
p { color: rgb(201,249,139); }
H1.HeaderClassName
{
color: #C9F98B;
}
.AnyTagClassName
{
color: #C9F98B;
}
</style>
background-color css
<style>
a { background-color: #C9F98B; }
a { background-color: rgb(201,249,139); }
div.DivClassName
{
background-color: #C9F98B;
}
.BgClassName
{
background-color: #C9F98B;
}
</style>
border-color css
<style>
span { border-color: #C9F98B; }
span { border-color: rgb(201,249,139); }
td.TdClassName
{
border-color: #C9F98B;
}
.TagClassName
{
border-color: #C9F98B;
}
</style>