Shades of Sulu #C1FF85
Tints of Sulu #C1FF85
RGB
CMYK
RGB Variations
Color information
#C1FF85 (or 0xC1FF85) is known color: Sulu. HEX triplet: C1, FF and 85. RGB value is (193,255,133). Sum of RGB (Red+Green+Blue) = 193+255+133=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FF85 is #3E007A. Grayscale: #DEDEDE. Windows color (decimal): -4063355 or 8781761. OLE color: 8781761.
HSL color Cylindrical-coordinate representation of color #C1FF85: hue angle of 90.49º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1FF85 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 133 | - |
| CMYK | 0.24 | 0 | 0.48 | 0 |
| HSL | 90.49º | 1% | 0.76% | - |
| HSV(B) | 90.49º | 0.48% | 1% | - |
| XYZ | 61.99 | 84.55 | 35.24 | - |
| YUV | 222.55 | 77.46 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 133 | 0.24 | 0 | 0.48 | 0 | 90.49 | 1 | 0.76 |
| Hex | C1 | FF | 85 | 18 | 0 | 30 | 0 | 5A | 64 | 4C |
| Octal | 301 | 377 | 205 | 30 | 0 | 60 | 0 | 132 | 144 | 114 |
| Binary | 11000001 | 11111111 | 10000101 | 11000 | 0 | 110000 | 0 | 1011010 | 1100100 | 1001100 |
Color Harmonies of #C1FF85
Complementary color
Monochromatic Colors of #C1FF85
Black with #C1FF85
Text Example
Text Example
White with #C1FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FF85; }
p { color: rgb(193,255,133); }
H1.HeaderClassName
{
color: #C1FF85;
}
.AnyTagClassName
{
color: #C1FF85;
}
</style>
background-color css
<style>
a { background-color: #C1FF85; }
a { background-color: rgb(193,255,133); }
div.DivClassName
{
background-color: #C1FF85;
}
.BgClassName
{
background-color: #C1FF85;
}
</style>
border-color css
<style>
span { border-color: #C1FF85; }
span { border-color: rgb(193,255,133); }
td.TdClassName
{
border-color: #C1FF85;
}
.TagClassName
{
border-color: #C1FF85;
}
</style>