Shades of Sulu #C1FA71
Tints of Sulu #C1FA71
RGB
CMYK
RGB Variations
Color information
#C1FA71 (or 0xC1FA71) is known color: Sulu. HEX triplet: C1, FA and 71. RGB value is (193,250,113). Sum of RGB (Red+Green+Blue) = 193+250+113=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FA71 is #3E058E. Grayscale: #D9D9D9. Windows color (decimal): -4064655 or 7469761. OLE color: 7469761.
HSL color Cylindrical-coordinate representation of color #C1FA71: hue angle of 84.96º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1FA71 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 113 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.02 |
| HSL | 84.96º | 0.93% | 0.71% | - |
| HSV(B) | 84.96º | 0.55% | 0.98% | - |
| XYZ | 59.16 | 80.9 | 28.12 | - |
| YUV | 217.34 | 69.12 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 113 | 0.23 | 0 | 0.55 | 0.02 | 84.96 | 0.93 | 0.71 |
| Hex | C1 | FA | 71 | 17 | 0 | 37 | 2 | 55 | 5D | 47 |
| Octal | 301 | 372 | 161 | 27 | 0 | 67 | 2 | 125 | 135 | 107 |
| Binary | 11000001 | 11111010 | 1110001 | 10111 | 0 | 110111 | 10 | 1010101 | 1011101 | 1000111 |
Color Harmonies of #C1FA71
Complementary color
Monochromatic Colors of #C1FA71
Black with #C1FA71
Text Example
Text Example
White with #C1FA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FA71; }
p { color: rgb(193,250,113); }
H1.HeaderClassName
{
color: #C1FA71;
}
.AnyTagClassName
{
color: #C1FA71;
}
</style>
background-color css
<style>
a { background-color: #C1FA71; }
a { background-color: rgb(193,250,113); }
div.DivClassName
{
background-color: #C1FA71;
}
.BgClassName
{
background-color: #C1FA71;
}
</style>
border-color css
<style>
span { border-color: #C1FA71; }
span { border-color: rgb(193,250,113); }
td.TdClassName
{
border-color: #C1FA71;
}
.TagClassName
{
border-color: #C1FA71;
}
</style>