Shades of Sulu #C6EC73
Tints of Sulu #C6EC73
RGB
CMYK
RGB Variations
Color information
#C6EC73 (or 0xC6EC73) is known color: Sulu. HEX triplet: C6, EC and 73. RGB value is (198,236,115). Sum of RGB (Red+Green+Blue) = 198+236+115=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #C6EC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EC73 is #39138C. Grayscale: #D3D3D3. Windows color (decimal): -3740557 or 7597254. OLE color: 7597254.
HSL color Cylindrical-coordinate representation of color #C6EC73: hue angle of 78.84º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C6EC73 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 236 | 115 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.07 |
| HSL | 78.84º | 0.76% | 0.69% | - |
| HSV(B) | 78.84º | 0.51% | 0.93% | - |
| XYZ | 56.38 | 73.23 | 27.38 | - |
| YUV | 210.84 | 73.91 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 236 | 115 | 0.16 | 0 | 0.51 | 0.07 | 78.84 | 0.76 | 0.69 |
| Hex | C6 | EC | 73 | 10 | 0 | 33 | 7 | 4F | 4C | 45 |
| Octal | 306 | 354 | 163 | 20 | 0 | 63 | 7 | 117 | 114 | 105 |
| Binary | 11000110 | 11101100 | 1110011 | 10000 | 0 | 110011 | 111 | 1001111 | 1001100 | 1000101 |
Color Harmonies of #C6EC73
Complementary color
Monochromatic Colors of #C6EC73
Black with #C6EC73
Text Example
Text Example
White with #C6EC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EC73; }
p { color: rgb(198,236,115); }
H1.HeaderClassName
{
color: #C6EC73;
}
.AnyTagClassName
{
color: #C6EC73;
}
</style>
background-color css
<style>
a { background-color: #C6EC73; }
a { background-color: rgb(198,236,115); }
div.DivClassName
{
background-color: #C6EC73;
}
.BgClassName
{
background-color: #C6EC73;
}
</style>
border-color css
<style>
span { border-color: #C6EC73; }
span { border-color: rgb(198,236,115); }
td.TdClassName
{
border-color: #C6EC73;
}
.TagClassName
{
border-color: #C6EC73;
}
</style>