Shades of Sulu #C5F18F
Tints of Sulu #C5F18F
RGB
CMYK
RGB Variations
Color information
#C5F18F (or 0xC5F18F) is known color: Sulu. HEX triplet: C5, F1 and 8F. RGB value is (197,241,143). Sum of RGB (Red+Green+Blue) = 197+241+143=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 143 (56.25% from 255 or 24.61% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F18F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F18F is #3A0E70. Grayscale: #D9D9D9. Windows color (decimal): -3804785 or 9433541. OLE color: 9433541.
HSL color Cylindrical-coordinate representation of color #C5F18F: hue angle of 86.94º 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 #C5F18F is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 143 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.05 |
| HSL | 86.94º | 0.78% | 0.75% | - |
| HSV(B) | 86.94º | 0.41% | 0.95% | - |
| XYZ | 59.44 | 76.76 | 37.67 | - |
| YUV | 216.67 | 86.42 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 143 | 0.18 | 0 | 0.41 | 0.05 | 86.94 | 0.78 | 0.75 |
| Hex | C5 | F1 | 8F | 12 | 0 | 29 | 5 | 57 | 4E | 4B |
| Octal | 305 | 361 | 217 | 22 | 0 | 51 | 5 | 127 | 116 | 113 |
| Binary | 11000101 | 11110001 | 10001111 | 10010 | 0 | 101001 | 101 | 1010111 | 1001110 | 1001011 |
Color Harmonies of #C5F18F
Complementary color
Monochromatic Colors of #C5F18F
Black with #C5F18F
Text Example
Text Example
White with #C5F18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F18F; }
p { color: rgb(197,241,143); }
H1.HeaderClassName
{
color: #C5F18F;
}
.AnyTagClassName
{
color: #C5F18F;
}
</style>
background-color css
<style>
a { background-color: #C5F18F; }
a { background-color: rgb(197,241,143); }
div.DivClassName
{
background-color: #C5F18F;
}
.BgClassName
{
background-color: #C5F18F;
}
</style>
border-color css
<style>
span { border-color: #C5F18F; }
span { border-color: rgb(197,241,143); }
td.TdClassName
{
border-color: #C5F18F;
}
.TagClassName
{
border-color: #C5F18F;
}
</style>