Shades of Sulu #C9F18E
Tints of Sulu #C9F18E
RGB
CMYK
RGB Variations
Color information
#C9F18E (or 0xC9F18E) is known color: Sulu. HEX triplet: C9, F1 and 8E. RGB value is (201,241,142). Sum of RGB (Red+Green+Blue) = 201+241+142=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F18E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F18E is #360E71. Grayscale: #DADADA. Windows color (decimal): -3542642 or 9368009. OLE color: 9368009.
HSL color Cylindrical-coordinate representation of color #C9F18E: hue angle of 84.24º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9F18E is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 241 | 142 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.05 |
| HSL | 84.24º | 0.78% | 0.75% | - |
| HSV(B) | 84.24º | 0.41% | 0.95% | - |
| XYZ | 60.43 | 77.28 | 37.32 | - |
| YUV | 217.75 | 85.25 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 241 | 142 | 0.17 | 0 | 0.41 | 0.05 | 84.24 | 0.78 | 0.75 |
| Hex | C9 | F1 | 8E | 11 | 0 | 29 | 5 | 54 | 4E | 4B |
| Octal | 311 | 361 | 216 | 21 | 0 | 51 | 5 | 124 | 116 | 113 |
| Binary | 11001001 | 11110001 | 10001110 | 10001 | 0 | 101001 | 101 | 1010100 | 1001110 | 1001011 |
Color Harmonies of #C9F18E
Complementary color
Monochromatic Colors of #C9F18E
Black with #C9F18E
Text Example
Text Example
White with #C9F18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F18E; }
p { color: rgb(201,241,142); }
H1.HeaderClassName
{
color: #C9F18E;
}
.AnyTagClassName
{
color: #C9F18E;
}
</style>
background-color css
<style>
a { background-color: #C9F18E; }
a { background-color: rgb(201,241,142); }
div.DivClassName
{
background-color: #C9F18E;
}
.BgClassName
{
background-color: #C9F18E;
}
</style>
border-color css
<style>
span { border-color: #C9F18E; }
span { border-color: rgb(201,241,142); }
td.TdClassName
{
border-color: #C9F18E;
}
.TagClassName
{
border-color: #C9F18E;
}
</style>