Shades of Sulu #C9ED8A
Tints of Sulu #C9ED8A
RGB
CMYK
RGB Variations
Color information
#C9ED8A (or 0xC9ED8A) is known color: Sulu. HEX triplet: C9, ED and 8A. RGB value is (201,237,138). Sum of RGB (Red+Green+Blue) = 201+237+138=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9ED8A is #361275. Grayscale: #D7D7D7. Windows color (decimal): -3543670 or 9104841. OLE color: 9104841.
HSL color Cylindrical-coordinate representation of color #C9ED8A: hue angle of 81.82º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9ED8A is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 138 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.07 |
| HSL | 81.82º | 0.73% | 0.74% | - |
| HSV(B) | 81.82º | 0.42% | 0.93% | - |
| XYZ | 58.96 | 74.82 | 35.38 | - |
| YUV | 214.95 | 84.57 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 138 | 0.15 | 0 | 0.42 | 0.07 | 81.82 | 0.73 | 0.74 |
| Hex | C9 | ED | 8A | F | 0 | 2A | 7 | 52 | 49 | 4A |
| Octal | 311 | 355 | 212 | 17 | 0 | 52 | 7 | 122 | 111 | 112 |
| Binary | 11001001 | 11101101 | 10001010 | 1111 | 0 | 101010 | 111 | 1010010 | 1001001 | 1001010 |
Color Harmonies of #C9ED8A
Complementary color
Monochromatic Colors of #C9ED8A
Black with #C9ED8A
Text Example
Text Example
White with #C9ED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED8A; }
p { color: rgb(201,237,138); }
H1.HeaderClassName
{
color: #C9ED8A;
}
.AnyTagClassName
{
color: #C9ED8A;
}
</style>
background-color css
<style>
a { background-color: #C9ED8A; }
a { background-color: rgb(201,237,138); }
div.DivClassName
{
background-color: #C9ED8A;
}
.BgClassName
{
background-color: #C9ED8A;
}
</style>
border-color css
<style>
span { border-color: #C9ED8A; }
span { border-color: rgb(201,237,138); }
td.TdClassName
{
border-color: #C9ED8A;
}
.TagClassName
{
border-color: #C9ED8A;
}
</style>