Shades of Sulu #C9F873
Tints of Sulu #C9F873
RGB
CMYK
RGB Variations
Color information
#C9F873 (or 0xC9F873) is known color: Sulu. HEX triplet: C9, F8 and 73. RGB value is (201,248,115). Sum of RGB (Red+Green+Blue) = 201+248+115=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 248 (97.27% from 255 or 43.97% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 248 - color contains mainly: green. Hex color #C9F873 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F873 is #36078C. Grayscale: #DBDBDB. Windows color (decimal): -3540877 or 7600329. OLE color: 7600329.
HSL color Cylindrical-coordinate representation of color #C9F873: hue angle of 81.2º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9F873 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 248 | 115 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.03 |
| HSL | 81.2º | 0.9% | 0.71% | - |
| HSV(B) | 81.2º | 0.54% | 0.97% | - |
| XYZ | 60.75 | 80.79 | 28.61 | - |
| YUV | 218.79 | 69.43 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 248 | 115 | 0.19 | 0 | 0.54 | 0.03 | 81.2 | 0.9 | 0.71 |
| Hex | C9 | F8 | 73 | 13 | 0 | 36 | 3 | 51 | 5A | 47 |
| Octal | 311 | 370 | 163 | 23 | 0 | 66 | 3 | 121 | 132 | 107 |
| Binary | 11001001 | 11111000 | 1110011 | 10011 | 0 | 110110 | 11 | 1010001 | 1011010 | 1000111 |
Color Harmonies of #C9F873
Complementary color
Monochromatic Colors of #C9F873
Black with #C9F873
Text Example
Text Example
White with #C9F873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F873; }
p { color: rgb(201,248,115); }
H1.HeaderClassName
{
color: #C9F873;
}
.AnyTagClassName
{
color: #C9F873;
}
</style>
background-color css
<style>
a { background-color: #C9F873; }
a { background-color: rgb(201,248,115); }
div.DivClassName
{
background-color: #C9F873;
}
.BgClassName
{
background-color: #C9F873;
}
</style>
border-color css
<style>
span { border-color: #C9F873; }
span { border-color: rgb(201,248,115); }
td.TdClassName
{
border-color: #C9F873;
}
.TagClassName
{
border-color: #C9F873;
}
</style>