Shades of Sulu #C1FA8F
Tints of Sulu #C1FA8F
RGB
CMYK
RGB Variations
Color information
#C1FA8F (or 0xC1FA8F) is known color: Sulu. HEX triplet: C1, FA and 8F. RGB value is (193,250,143). Sum of RGB (Red+Green+Blue) = 193+250+143=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FA8F is #3E0570. Grayscale: #DDDDDD. Windows color (decimal): -4064625 or 9435841. OLE color: 9435841.
HSL color Cylindrical-coordinate representation of color #C1FA8F: hue angle of 91.96º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C1FA8F is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 143 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.02 |
| HSL | 91.96º | 0.91% | 0.77% | - |
| HSV(B) | 91.96º | 0.43% | 0.98% | - |
| XYZ | 61.14 | 81.69 | 38.53 | - |
| YUV | 220.76 | 84.12 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 143 | 0.23 | 0 | 0.43 | 0.02 | 91.96 | 0.91 | 0.77 |
| Hex | C1 | FA | 8F | 17 | 0 | 2B | 2 | 5C | 5B | 4D |
| Octal | 301 | 372 | 217 | 27 | 0 | 53 | 2 | 134 | 133 | 115 |
| Binary | 11000001 | 11111010 | 10001111 | 10111 | 0 | 101011 | 10 | 1011100 | 1011011 | 1001101 |
Color Harmonies of #C1FA8F
Complementary color
Monochromatic Colors of #C1FA8F
Black with #C1FA8F
Text Example
Text Example
White with #C1FA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FA8F; }
p { color: rgb(193,250,143); }
H1.HeaderClassName
{
color: #C1FA8F;
}
.AnyTagClassName
{
color: #C1FA8F;
}
</style>
background-color css
<style>
a { background-color: #C1FA8F; }
a { background-color: rgb(193,250,143); }
div.DivClassName
{
background-color: #C1FA8F;
}
.BgClassName
{
background-color: #C1FA8F;
}
</style>
border-color css
<style>
span { border-color: #C1FA8F; }
span { border-color: rgb(193,250,143); }
td.TdClassName
{
border-color: #C1FA8F;
}
.TagClassName
{
border-color: #C1FA8F;
}
</style>