Shades of Sulu #C1EB73
Tints of Sulu #C1EB73
RGB
CMYK
RGB Variations
Color information
#C1EB73 (or 0xC1EB73) is known color: Sulu. HEX triplet: C1, EB and 73. RGB value is (193,235,115). Sum of RGB (Red+Green+Blue) = 193+235+115=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EB73 is #3E148C. Grayscale: #D1D1D1. Windows color (decimal): -4068493 or 7596993. OLE color: 7596993.
HSL color Cylindrical-coordinate representation of color #C1EB73: hue angle of 81º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1EB73 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 115 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.08 |
| HSL | 81º | 0.75% | 0.69% | - |
| HSV(B) | 81º | 0.51% | 0.92% | - |
| XYZ | 54.8 | 71.99 | 27.23 | - |
| YUV | 208.76 | 75.09 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 115 | 0.18 | 0 | 0.51 | 0.08 | 81 | 0.75 | 0.69 |
| Hex | C1 | EB | 73 | 12 | 0 | 33 | 8 | 51 | 4B | 45 |
| Octal | 301 | 353 | 163 | 22 | 0 | 63 | 10 | 121 | 113 | 105 |
| Binary | 11000001 | 11101011 | 1110011 | 10010 | 0 | 110011 | 1000 | 1010001 | 1001011 | 1000101 |
Color Harmonies of #C1EB73
Complementary color
Monochromatic Colors of #C1EB73
Black with #C1EB73
Text Example
Text Example
White with #C1EB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EB73; }
p { color: rgb(193,235,115); }
H1.HeaderClassName
{
color: #C1EB73;
}
.AnyTagClassName
{
color: #C1EB73;
}
</style>
background-color css
<style>
a { background-color: #C1EB73; }
a { background-color: rgb(193,235,115); }
div.DivClassName
{
background-color: #C1EB73;
}
.BgClassName
{
background-color: #C1EB73;
}
</style>
border-color css
<style>
span { border-color: #C1EB73; }
span { border-color: rgb(193,235,115); }
td.TdClassName
{
border-color: #C1EB73;
}
.TagClassName
{
border-color: #C1EB73;
}
</style>