Shades of Sulu #C1EB72
Tints of Sulu #C1EB72
RGB
CMYK
RGB Variations
Color information
#C1EB72 (or 0xC1EB72) is known color: Sulu. HEX triplet: C1, EB and 72. RGB value is (193,235,114). Sum of RGB (Red+Green+Blue) = 193+235+114=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EB72 is #3E148D. Grayscale: #D1D1D1. Windows color (decimal): -4068494 or 7531457. OLE color: 7531457.
HSL color Cylindrical-coordinate representation of color #C1EB72: hue angle of 80.83º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1EB72 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 114 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.08 |
| HSL | 80.83º | 0.75% | 0.68% | - |
| HSV(B) | 80.83º | 0.51% | 0.92% | - |
| XYZ | 54.74 | 71.97 | 26.93 | - |
| YUV | 208.65 | 74.59 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 114 | 0.18 | 0 | 0.51 | 0.08 | 80.83 | 0.75 | 0.68 |
| Hex | C1 | EB | 72 | 12 | 0 | 33 | 8 | 51 | 4B | 44 |
| Octal | 301 | 353 | 162 | 22 | 0 | 63 | 10 | 121 | 113 | 104 |
| Binary | 11000001 | 11101011 | 1110010 | 10010 | 0 | 110011 | 1000 | 1010001 | 1001011 | 1000100 |
Color Harmonies of #C1EB72
Complementary color
Monochromatic Colors of #C1EB72
Black with #C1EB72
Text Example
Text Example
White with #C1EB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EB72; }
p { color: rgb(193,235,114); }
H1.HeaderClassName
{
color: #C1EB72;
}
.AnyTagClassName
{
color: #C1EB72;
}
</style>
background-color css
<style>
a { background-color: #C1EB72; }
a { background-color: rgb(193,235,114); }
div.DivClassName
{
background-color: #C1EB72;
}
.BgClassName
{
background-color: #C1EB72;
}
</style>
border-color css
<style>
span { border-color: #C1EB72; }
span { border-color: rgb(193,235,114); }
td.TdClassName
{
border-color: #C1EB72;
}
.TagClassName
{
border-color: #C1EB72;
}
</style>