Shades of Sulu #C1FC85
Tints of Sulu #C1FC85
RGB
CMYK
RGB Variations
Color information
#C1FC85 (or 0xC1FC85) is known color: Sulu. HEX triplet: C1, FC and 85. RGB value is (193,252,133). Sum of RGB (Red+Green+Blue) = 193+252+133=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FC85 is #3E037A. Grayscale: #DDDDDD. Windows color (decimal): -4064123 or 8780993. OLE color: 8780993.
HSL color Cylindrical-coordinate representation of color #C1FC85: hue angle of 89.75º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1FC85 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 252 | 133 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.01 |
| HSL | 89.75º | 0.95% | 0.75% | - |
| HSV(B) | 89.75º | 0.47% | 0.99% | - |
| XYZ | 61.04 | 82.65 | 34.93 | - |
| YUV | 220.79 | 78.45 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 252 | 133 | 0.23 | 0 | 0.47 | 0.01 | 89.75 | 0.95 | 0.75 |
| Hex | C1 | FC | 85 | 17 | 0 | 2F | 1 | 5A | 5F | 4B |
| Octal | 301 | 374 | 205 | 27 | 0 | 57 | 1 | 132 | 137 | 113 |
| Binary | 11000001 | 11111100 | 10000101 | 10111 | 0 | 101111 | 1 | 1011010 | 1011111 | 1001011 |
Color Harmonies of #C1FC85
Complementary color
Monochromatic Colors of #C1FC85
Black with #C1FC85
Text Example
Text Example
White with #C1FC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FC85; }
p { color: rgb(193,252,133); }
H1.HeaderClassName
{
color: #C1FC85;
}
.AnyTagClassName
{
color: #C1FC85;
}
</style>
background-color css
<style>
a { background-color: #C1FC85; }
a { background-color: rgb(193,252,133); }
div.DivClassName
{
background-color: #C1FC85;
}
.BgClassName
{
background-color: #C1FC85;
}
</style>
border-color css
<style>
span { border-color: #C1FC85; }
span { border-color: rgb(193,252,133); }
td.TdClassName
{
border-color: #C1FC85;
}
.TagClassName
{
border-color: #C1FC85;
}
</style>