Shades of Sulu #C9ED8F
Tints of Sulu #C9ED8F
RGB
CMYK
RGB Variations
Color information
#C9ED8F (or 0xC9ED8F) is known color: Sulu. HEX triplet: C9, ED and 8F. RGB value is (201,237,143). Sum of RGB (Red+Green+Blue) = 201+237+143=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 143 (56.25% from 255 or 24.61% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9ED8F is #361270. Grayscale: #D7D7D7. Windows color (decimal): -3543665 or 9432521. OLE color: 9432521.
HSL color Cylindrical-coordinate representation of color #C9ED8F: hue angle of 82.98º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9ED8F is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 143 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.07 |
| HSL | 82.98º | 0.72% | 0.75% | - |
| HSV(B) | 82.98º | 0.4% | 0.93% | - |
| XYZ | 59.33 | 74.97 | 37.33 | - |
| YUV | 215.52 | 87.07 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 143 | 0.15 | 0 | 0.40 | 0.07 | 82.98 | 0.72 | 0.75 |
| Hex | C9 | ED | 8F | F | 0 | 28 | 7 | 53 | 48 | 4B |
| Octal | 311 | 355 | 217 | 17 | 0 | 50 | 7 | 123 | 110 | 113 |
| Binary | 11001001 | 11101101 | 10001111 | 1111 | 0 | 101000 | 111 | 1010011 | 1001000 | 1001011 |
Color Harmonies of #C9ED8F
Complementary color
Monochromatic Colors of #C9ED8F
Black with #C9ED8F
Text Example
Text Example
White with #C9ED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED8F; }
p { color: rgb(201,237,143); }
H1.HeaderClassName
{
color: #C9ED8F;
}
.AnyTagClassName
{
color: #C9ED8F;
}
</style>
background-color css
<style>
a { background-color: #C9ED8F; }
a { background-color: rgb(201,237,143); }
div.DivClassName
{
background-color: #C9ED8F;
}
.BgClassName
{
background-color: #C9ED8F;
}
</style>
border-color css
<style>
span { border-color: #C9ED8F; }
span { border-color: rgb(201,237,143); }
td.TdClassName
{
border-color: #C9ED8F;
}
.TagClassName
{
border-color: #C9ED8F;
}
</style>