Shades of Sulu #C1EB81
Tints of Sulu #C1EB81
RGB
CMYK
RGB Variations
Color information
#C1EB81 (or 0xC1EB81) is known color: Sulu. HEX triplet: C1, EB and 81. RGB value is (193,235,129). Sum of RGB (Red+Green+Blue) = 193+235+129=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 129 (50.78% from 255 or 23.16% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1EB81 is #3E147E. Grayscale: #D2D2D2. Windows color (decimal): -4068479 or 8514497. OLE color: 8514497.
HSL color Cylindrical-coordinate representation of color #C1EB81: hue angle of 83.77º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1EB81 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 129 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.08 |
| HSL | 83.77º | 0.73% | 0.71% | - |
| HSV(B) | 83.77º | 0.45% | 0.92% | - |
| XYZ | 55.66 | 72.34 | 31.8 | - |
| YUV | 210.36 | 82.09 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 129 | 0.18 | 0 | 0.45 | 0.08 | 83.77 | 0.73 | 0.71 |
| Hex | C1 | EB | 81 | 12 | 0 | 2D | 8 | 54 | 49 | 47 |
| Octal | 301 | 353 | 201 | 22 | 0 | 55 | 10 | 124 | 111 | 107 |
| Binary | 11000001 | 11101011 | 10000001 | 10010 | 0 | 101101 | 1000 | 1010100 | 1001001 | 1000111 |
Color Harmonies of #C1EB81
Complementary color
Monochromatic Colors of #C1EB81
Black with #C1EB81
Text Example
Text Example
White with #C1EB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EB81; }
p { color: rgb(193,235,129); }
H1.HeaderClassName
{
color: #C1EB81;
}
.AnyTagClassName
{
color: #C1EB81;
}
</style>
background-color css
<style>
a { background-color: #C1EB81; }
a { background-color: rgb(193,235,129); }
div.DivClassName
{
background-color: #C1EB81;
}
.BgClassName
{
background-color: #C1EB81;
}
</style>
border-color css
<style>
span { border-color: #C1EB81; }
span { border-color: rgb(193,235,129); }
td.TdClassName
{
border-color: #C1EB81;
}
.TagClassName
{
border-color: #C1EB81;
}
</style>