Shades of Sulu #C1EB86
Tints of Sulu #C1EB86
RGB
CMYK
RGB Variations
Color information
#C1EB86 (or 0xC1EB86) is known color: Sulu. HEX triplet: C1, EB and 86. RGB value is (193,235,134). Sum of RGB (Red+Green+Blue) = 193+235+134=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1EB86 is #3E1479. Grayscale: #D3D3D3. Windows color (decimal): -4068474 or 8842177. OLE color: 8842177.
HSL color Cylindrical-coordinate representation of color #C1EB86: hue angle of 84.95º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C1EB86 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 134 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.08 |
| HSL | 84.95º | 0.72% | 0.72% | - |
| HSV(B) | 84.95º | 0.43% | 0.92% | - |
| XYZ | 56 | 72.48 | 33.59 | - |
| YUV | 210.93 | 84.59 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 134 | 0.18 | 0 | 0.43 | 0.08 | 84.95 | 0.72 | 0.72 |
| Hex | C1 | EB | 86 | 12 | 0 | 2B | 8 | 55 | 48 | 48 |
| Octal | 301 | 353 | 206 | 22 | 0 | 53 | 10 | 125 | 110 | 110 |
| Binary | 11000001 | 11101011 | 10000110 | 10010 | 0 | 101011 | 1000 | 1010101 | 1001000 | 1001000 |
Color Harmonies of #C1EB86
Complementary color
Monochromatic Colors of #C1EB86
Black with #C1EB86
Text Example
Text Example
White with #C1EB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EB86; }
p { color: rgb(193,235,134); }
H1.HeaderClassName
{
color: #C1EB86;
}
.AnyTagClassName
{
color: #C1EB86;
}
</style>
background-color css
<style>
a { background-color: #C1EB86; }
a { background-color: rgb(193,235,134); }
div.DivClassName
{
background-color: #C1EB86;
}
.BgClassName
{
background-color: #C1EB86;
}
</style>
border-color css
<style>
span { border-color: #C1EB86; }
span { border-color: rgb(193,235,134); }
td.TdClassName
{
border-color: #C1EB86;
}
.TagClassName
{
border-color: #C1EB86;
}
</style>