Shades of Sulu #C1F086
Tints of Sulu #C1F086
RGB
CMYK
RGB Variations
Color information
#C1F086 (or 0xC1F086) is known color: Sulu. HEX triplet: C1, F0 and 86. RGB value is (193,240,134). Sum of RGB (Red+Green+Blue) = 193+240+134=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F086 is #3E0F79. Grayscale: #D6D6D6. Windows color (decimal): -4067194 or 8843457. OLE color: 8843457.
HSL color Cylindrical-coordinate representation of color #C1F086: hue angle of 86.6º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1F086 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 240 | 134 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.06 |
| HSL | 86.6º | 0.78% | 0.73% | - |
| HSV(B) | 86.6º | 0.44% | 0.94% | - |
| XYZ | 57.46 | 75.38 | 34.08 | - |
| YUV | 213.86 | 82.93 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 240 | 134 | 0.20 | 0 | 0.44 | 0.06 | 86.6 | 0.78 | 0.73 |
| Hex | C1 | F0 | 86 | 14 | 0 | 2C | 6 | 57 | 4E | 49 |
| Octal | 301 | 360 | 206 | 24 | 0 | 54 | 6 | 127 | 116 | 111 |
| Binary | 11000001 | 11110000 | 10000110 | 10100 | 0 | 101100 | 110 | 1010111 | 1001110 | 1001001 |
Color Harmonies of #C1F086
Complementary color
Monochromatic Colors of #C1F086
Black with #C1F086
Text Example
Text Example
White with #C1F086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F086; }
p { color: rgb(193,240,134); }
H1.HeaderClassName
{
color: #C1F086;
}
.AnyTagClassName
{
color: #C1F086;
}
</style>
background-color css
<style>
a { background-color: #C1F086; }
a { background-color: rgb(193,240,134); }
div.DivClassName
{
background-color: #C1F086;
}
.BgClassName
{
background-color: #C1F086;
}
</style>
border-color css
<style>
span { border-color: #C1F086; }
span { border-color: rgb(193,240,134); }
td.TdClassName
{
border-color: #C1F086;
}
.TagClassName
{
border-color: #C1F086;
}
</style>