Shades of Sulu #C9E18F
Tints of Sulu #C9E18F
RGB
CMYK
RGB Variations
Color information
#C9E18F (or 0xC9E18F) is known color: Sulu. HEX triplet: C9, E1 and 8F. RGB value is (201,225,143). Sum of RGB (Red+Green+Blue) = 201+225+143=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9E18F is #361E70. Grayscale: #D0D0D0. Windows color (decimal): -3546737 or 9429449. OLE color: 9429449.
HSL color Cylindrical-coordinate representation of color #C9E18F: hue angle of 77.56º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C9E18F is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 143 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.12 |
| HSL | 77.56º | 0.58% | 0.72% | - |
| HSV(B) | 77.56º | 0.36% | 0.88% | - |
| XYZ | 55.97 | 68.25 | 36.21 | - |
| YUV | 208.48 | 91.05 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 143 | 0.11 | 0 | 0.36 | 0.12 | 77.56 | 0.58 | 0.72 |
| Hex | C9 | E1 | 8F | B | 0 | 24 | C | 4E | 3A | 48 |
| Octal | 311 | 341 | 217 | 13 | 0 | 44 | 14 | 116 | 72 | 110 |
| Binary | 11001001 | 11100001 | 10001111 | 1011 | 0 | 100100 | 1100 | 1001110 | 111010 | 1001000 |
Color Harmonies of #C9E18F
Complementary color
Monochromatic Colors of #C9E18F
Black with #C9E18F
Text Example
Text Example
White with #C9E18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E18F; }
p { color: rgb(201,225,143); }
H1.HeaderClassName
{
color: #C9E18F;
}
.AnyTagClassName
{
color: #C9E18F;
}
</style>
background-color css
<style>
a { background-color: #C9E18F; }
a { background-color: rgb(201,225,143); }
div.DivClassName
{
background-color: #C9E18F;
}
.BgClassName
{
background-color: #C9E18F;
}
</style>
border-color css
<style>
span { border-color: #C9E18F; }
span { border-color: rgb(201,225,143); }
td.TdClassName
{
border-color: #C9E18F;
}
.TagClassName
{
border-color: #C9E18F;
}
</style>