Shades of Sulu #C9F18B
Tints of Sulu #C9F18B
RGB
CMYK
RGB Variations
Color information
#C9F18B (or 0xC9F18B) is known color: Sulu. HEX triplet: C9, F1 and 8B. RGB value is (201,241,139). Sum of RGB (Red+Green+Blue) = 201+241+139=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F18B is #360E74. Grayscale: #D9D9D9. Windows color (decimal): -3542645 or 9171401. OLE color: 9171401.
HSL color Cylindrical-coordinate representation of color #C9F18B: hue angle of 83.53º degrees, saturation: 0.78, 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 #C9F18B is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 241 | 139 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.05 |
| HSL | 83.53º | 0.78% | 0.75% | - |
| HSV(B) | 83.53º | 0.42% | 0.95% | - |
| XYZ | 60.2 | 77.19 | 36.15 | - |
| YUV | 217.41 | 83.75 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 241 | 139 | 0.17 | 0 | 0.42 | 0.05 | 83.53 | 0.78 | 0.75 |
| Hex | C9 | F1 | 8B | 11 | 0 | 2A | 5 | 54 | 4E | 4B |
| Octal | 311 | 361 | 213 | 21 | 0 | 52 | 5 | 124 | 116 | 113 |
| Binary | 11001001 | 11110001 | 10001011 | 10001 | 0 | 101010 | 101 | 1010100 | 1001110 | 1001011 |
Color Harmonies of #C9F18B
Complementary color
Monochromatic Colors of #C9F18B
Black with #C9F18B
Text Example
Text Example
White with #C9F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F18B; }
p { color: rgb(201,241,139); }
H1.HeaderClassName
{
color: #C9F18B;
}
.AnyTagClassName
{
color: #C9F18B;
}
</style>
background-color css
<style>
a { background-color: #C9F18B; }
a { background-color: rgb(201,241,139); }
div.DivClassName
{
background-color: #C9F18B;
}
.BgClassName
{
background-color: #C9F18B;
}
</style>
border-color css
<style>
span { border-color: #C9F18B; }
span { border-color: rgb(201,241,139); }
td.TdClassName
{
border-color: #C9F18B;
}
.TagClassName
{
border-color: #C9F18B;
}
</style>