Shades of Sulu #C6EB73
Tints of Sulu #C6EB73
RGB
CMYK
RGB Variations
Color information
#C6EB73 (or 0xC6EB73) is known color: Sulu. HEX triplet: C6, EB and 73. RGB value is (198,235,115). Sum of RGB (Red+Green+Blue) = 198+235+115=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EB73 is #39148C. Grayscale: #D2D2D2. Windows color (decimal): -3740813 or 7596998. OLE color: 7596998.
HSL color Cylindrical-coordinate representation of color #C6EB73: hue angle of 78.5º 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 #C6EB73 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 235 | 115 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.08 |
| HSL | 78.5º | 0.75% | 0.69% | - |
| HSV(B) | 78.5º | 0.51% | 0.92% | - |
| XYZ | 56.09 | 72.66 | 27.29 | - |
| YUV | 210.26 | 74.24 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 235 | 115 | 0.16 | 0 | 0.51 | 0.08 | 78.5 | 0.75 | 0.69 |
| Hex | C6 | EB | 73 | 10 | 0 | 33 | 8 | 4E | 4B | 45 |
| Octal | 306 | 353 | 163 | 20 | 0 | 63 | 10 | 116 | 113 | 105 |
| Binary | 11000110 | 11101011 | 1110011 | 10000 | 0 | 110011 | 1000 | 1001110 | 1001011 | 1000101 |
Color Harmonies of #C6EB73
Complementary color
Monochromatic Colors of #C6EB73
Black with #C6EB73
Text Example
Text Example
White with #C6EB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EB73; }
p { color: rgb(198,235,115); }
H1.HeaderClassName
{
color: #C6EB73;
}
.AnyTagClassName
{
color: #C6EB73;
}
</style>
background-color css
<style>
a { background-color: #C6EB73; }
a { background-color: rgb(198,235,115); }
div.DivClassName
{
background-color: #C6EB73;
}
.BgClassName
{
background-color: #C6EB73;
}
</style>
border-color css
<style>
span { border-color: #C6EB73; }
span { border-color: rgb(198,235,115); }
td.TdClassName
{
border-color: #C6EB73;
}
.TagClassName
{
border-color: #C6EB73;
}
</style>