Shades of Sulu #C9E875
Tints of Sulu #C9E875
RGB
CMYK
RGB Variations
Color information
#C9E875 (or 0xC9E875) is known color: Sulu. HEX triplet: C9, E8 and 75. RGB value is (201,232,117). Sum of RGB (Red+Green+Blue) = 201+232+117=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #C9E875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E875 is #36178A. Grayscale: #D2D2D2. Windows color (decimal): -3544971 or 7727305. OLE color: 7727305.
HSL color Cylindrical-coordinate representation of color #C9E875: hue angle of 76.17º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9E875 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 232 | 117 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.09 |
| HSL | 76.17º | 0.71% | 0.68% | - |
| HSV(B) | 76.17º | 0.5% | 0.91% | - |
| XYZ | 56.15 | 71.42 | 27.65 | - |
| YUV | 209.62 | 75.73 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 232 | 117 | 0.13 | 0 | 0.50 | 0.09 | 76.17 | 0.71 | 0.68 |
| Hex | C9 | E8 | 75 | D | 0 | 32 | 9 | 4C | 47 | 44 |
| Octal | 311 | 350 | 165 | 15 | 0 | 62 | 11 | 114 | 107 | 104 |
| Binary | 11001001 | 11101000 | 1110101 | 1101 | 0 | 110010 | 1001 | 1001100 | 1000111 | 1000100 |
Color Harmonies of #C9E875
Complementary color
Monochromatic Colors of #C9E875
Black with #C9E875
Text Example
Text Example
White with #C9E875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E875; }
p { color: rgb(201,232,117); }
H1.HeaderClassName
{
color: #C9E875;
}
.AnyTagClassName
{
color: #C9E875;
}
</style>
background-color css
<style>
a { background-color: #C9E875; }
a { background-color: rgb(201,232,117); }
div.DivClassName
{
background-color: #C9E875;
}
.BgClassName
{
background-color: #C9E875;
}
</style>
border-color css
<style>
span { border-color: #C9E875; }
span { border-color: rgb(201,232,117); }
td.TdClassName
{
border-color: #C9E875;
}
.TagClassName
{
border-color: #C9E875;
}
</style>