Shades of Sulu #C1FF86
Tints of Sulu #C1FF86
RGB
CMYK
RGB Variations
Color information
#C1FF86 (or 0xC1FF86) is known color: Sulu. HEX triplet: C1, FF and 86. RGB value is (193,255,134). Sum of RGB (Red+Green+Blue) = 193+255+134=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FF86 is #3E0079. Grayscale: #DFDFDF. Windows color (decimal): -4063354 or 8847297. OLE color: 8847297.
HSL color Cylindrical-coordinate representation of color #C1FF86: hue angle of 90.74º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1FF86 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 134 | - |
| CMYK | 0.24 | 0 | 0.47 | 0 |
| HSL | 90.74º | 1% | 0.76% | - |
| HSV(B) | 90.74º | 0.47% | 1% | - |
| XYZ | 62.06 | 84.58 | 35.61 | - |
| YUV | 222.67 | 77.96 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 134 | 0.24 | 0 | 0.47 | 0 | 90.74 | 1 | 0.76 |
| Hex | C1 | FF | 86 | 18 | 0 | 2F | 0 | 5B | 64 | 4C |
| Octal | 301 | 377 | 206 | 30 | 0 | 57 | 0 | 133 | 144 | 114 |
| Binary | 11000001 | 11111111 | 10000110 | 11000 | 0 | 101111 | 0 | 1011011 | 1100100 | 1001100 |
Color Harmonies of #C1FF86
Complementary color
Monochromatic Colors of #C1FF86
Black with #C1FF86
Text Example
Text Example
White with #C1FF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FF86; }
p { color: rgb(193,255,134); }
H1.HeaderClassName
{
color: #C1FF86;
}
.AnyTagClassName
{
color: #C1FF86;
}
</style>
background-color css
<style>
a { background-color: #C1FF86; }
a { background-color: rgb(193,255,134); }
div.DivClassName
{
background-color: #C1FF86;
}
.BgClassName
{
background-color: #C1FF86;
}
</style>
border-color css
<style>
span { border-color: #C1FF86; }
span { border-color: rgb(193,255,134); }
td.TdClassName
{
border-color: #C1FF86;
}
.TagClassName
{
border-color: #C1FF86;
}
</style>