Shades of Sulu #C9F38E
Tints of Sulu #C9F38E
RGB
CMYK
RGB Variations
Color information
#C9F38E (or 0xC9F38E) is known color: Sulu. HEX triplet: C9, F3 and 8E. RGB value is (201,243,142). Sum of RGB (Red+Green+Blue) = 201+243+142=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #C9F38E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F38E is #360C71. Grayscale: #DBDBDB. Windows color (decimal): -3542130 or 9368521. OLE color: 9368521.
HSL color Cylindrical-coordinate representation of color #C9F38E: hue angle of 84.95º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9F38E is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 243 | 142 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.05 |
| HSL | 84.95º | 0.81% | 0.75% | - |
| HSV(B) | 84.95º | 0.42% | 0.95% | - |
| XYZ | 61.02 | 78.47 | 37.52 | - |
| YUV | 218.93 | 84.59 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 243 | 142 | 0.17 | 0 | 0.42 | 0.05 | 84.95 | 0.81 | 0.75 |
| Hex | C9 | F3 | 8E | 11 | 0 | 2A | 5 | 55 | 51 | 4B |
| Octal | 311 | 363 | 216 | 21 | 0 | 52 | 5 | 125 | 121 | 113 |
| Binary | 11001001 | 11110011 | 10001110 | 10001 | 0 | 101010 | 101 | 1010101 | 1010001 | 1001011 |
Color Harmonies of #C9F38E
Complementary color
Monochromatic Colors of #C9F38E
Black with #C9F38E
Text Example
Text Example
White with #C9F38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F38E; }
p { color: rgb(201,243,142); }
H1.HeaderClassName
{
color: #C9F38E;
}
.AnyTagClassName
{
color: #C9F38E;
}
</style>
background-color css
<style>
a { background-color: #C9F38E; }
a { background-color: rgb(201,243,142); }
div.DivClassName
{
background-color: #C9F38E;
}
.BgClassName
{
background-color: #C9F38E;
}
</style>
border-color css
<style>
span { border-color: #C9F38E; }
span { border-color: rgb(201,243,142); }
td.TdClassName
{
border-color: #C9F38E;
}
.TagClassName
{
border-color: #C9F38E;
}
</style>