Shades of Sulu #C5F18B
Tints of Sulu #C5F18B
RGB
CMYK
RGB Variations
Color information
#C5F18B (or 0xC5F18B) is known color: Sulu. HEX triplet: C5, F1 and 8B. RGB value is (197,241,139). Sum of RGB (Red+Green+Blue) = 197+241+139=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F18B is #3A0E74. Grayscale: #D8D8D8. Windows color (decimal): -3804789 or 9171397. OLE color: 9171397.
HSL color Cylindrical-coordinate representation of color #C5F18B: hue angle of 85.88º 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 #C5F18B is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 139 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.05 |
| HSL | 85.88º | 0.78% | 0.75% | - |
| HSV(B) | 85.88º | 0.42% | 0.95% | - |
| XYZ | 59.14 | 76.64 | 36.1 | - |
| YUV | 216.22 | 84.42 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 139 | 0.18 | 0 | 0.42 | 0.05 | 85.88 | 0.78 | 0.75 |
| Hex | C5 | F1 | 8B | 12 | 0 | 2A | 5 | 56 | 4E | 4B |
| Octal | 305 | 361 | 213 | 22 | 0 | 52 | 5 | 126 | 116 | 113 |
| Binary | 11000101 | 11110001 | 10001011 | 10010 | 0 | 101010 | 101 | 1010110 | 1001110 | 1001011 |
Color Harmonies of #C5F18B
Complementary color
Monochromatic Colors of #C5F18B
Black with #C5F18B
Text Example
Text Example
White with #C5F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F18B; }
p { color: rgb(197,241,139); }
H1.HeaderClassName
{
color: #C5F18B;
}
.AnyTagClassName
{
color: #C5F18B;
}
</style>
background-color css
<style>
a { background-color: #C5F18B; }
a { background-color: rgb(197,241,139); }
div.DivClassName
{
background-color: #C5F18B;
}
.BgClassName
{
background-color: #C5F18B;
}
</style>
border-color css
<style>
span { border-color: #C5F18B; }
span { border-color: rgb(197,241,139); }
td.TdClassName
{
border-color: #C5F18B;
}
.TagClassName
{
border-color: #C5F18B;
}
</style>