Shades of Sulu #C9EB73
Tints of Sulu #C9EB73
RGB
CMYK
RGB Variations
Color information
#C9EB73 (or 0xC9EB73) is known color: Sulu. HEX triplet: C9, EB and 73. RGB value is (201,235,115). Sum of RGB (Red+Green+Blue) = 201+235+115=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EB73 is #36148C. Grayscale: #D3D3D3. Windows color (decimal): -3544205 or 7597001. OLE color: 7597001.
HSL color Cylindrical-coordinate representation of color #C9EB73: hue angle of 77º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9EB73 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 235 | 115 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.08 |
| HSL | 77º | 0.75% | 0.69% | - |
| HSV(B) | 77º | 0.51% | 0.92% | - |
| XYZ | 56.89 | 73.07 | 27.33 | - |
| YUV | 211.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 235 | 115 | 0.14 | 0 | 0.51 | 0.08 | 77 | 0.75 | 0.69 |
| Hex | C9 | EB | 73 | E | 0 | 33 | 8 | 4D | 4B | 45 |
| Octal | 311 | 353 | 163 | 16 | 0 | 63 | 10 | 115 | 113 | 105 |
| Binary | 11001001 | 11101011 | 1110011 | 1110 | 0 | 110011 | 1000 | 1001101 | 1001011 | 1000101 |
Color Harmonies of #C9EB73
Complementary color
Monochromatic Colors of #C9EB73
Black with #C9EB73
Text Example
Text Example
White with #C9EB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EB73; }
p { color: rgb(201,235,115); }
H1.HeaderClassName
{
color: #C9EB73;
}
.AnyTagClassName
{
color: #C9EB73;
}
</style>
background-color css
<style>
a { background-color: #C9EB73; }
a { background-color: rgb(201,235,115); }
div.DivClassName
{
background-color: #C9EB73;
}
.BgClassName
{
background-color: #C9EB73;
}
</style>
border-color css
<style>
span { border-color: #C9EB73; }
span { border-color: rgb(201,235,115); }
td.TdClassName
{
border-color: #C9EB73;
}
.TagClassName
{
border-color: #C9EB73;
}
</style>