Shades of Sulu #C9E573
Tints of Sulu #C9E573
RGB
CMYK
RGB Variations
Color information
#C9E573 (or 0xC9E573) is known color: Sulu. HEX triplet: C9, E5 and 73. RGB value is (201,229,115). Sum of RGB (Red+Green+Blue) = 201+229+115=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E573 is #361A8C. Grayscale: #D0D0D0. Windows color (decimal): -3545741 or 7595465. OLE color: 7595465.
HSL color Cylindrical-coordinate representation of color #C9E573: hue angle of 74.74º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9E573 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 229 | 115 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.10 |
| HSL | 74.74º | 0.69% | 0.67% | - |
| HSV(B) | 74.74º | 0.5% | 0.9% | - |
| XYZ | 55.2 | 69.69 | 26.76 | - |
| YUV | 207.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 115 | 0.12 | 0 | 0.50 | 0.10 | 74.74 | 0.69 | 0.67 |
| Hex | C9 | E5 | 73 | C | 0 | 32 | A | 4B | 45 | 43 |
| Octal | 311 | 345 | 163 | 14 | 0 | 62 | 12 | 113 | 105 | 103 |
| Binary | 11001001 | 11100101 | 1110011 | 1100 | 0 | 110010 | 1010 | 1001011 | 1000101 | 1000011 |
Color Harmonies of #C9E573
Complementary color
Monochromatic Colors of #C9E573
Black with #C9E573
Text Example
Text Example
White with #C9E573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E573; }
p { color: rgb(201,229,115); }
H1.HeaderClassName
{
color: #C9E573;
}
.AnyTagClassName
{
color: #C9E573;
}
</style>
background-color css
<style>
a { background-color: #C9E573; }
a { background-color: rgb(201,229,115); }
div.DivClassName
{
background-color: #C9E573;
}
.BgClassName
{
background-color: #C9E573;
}
</style>
border-color css
<style>
span { border-color: #C9E573; }
span { border-color: rgb(201,229,115); }
td.TdClassName
{
border-color: #C9E573;
}
.TagClassName
{
border-color: #C9E573;
}
</style>