Shades of Sulu #C6EB68
Tints of Sulu #C6EB68
RGB
CMYK
RGB Variations
Color information
#C6EB68 (or 0xC6EB68) is known color: Sulu. HEX triplet: C6, EB and 68. RGB value is (198,235,104). Sum of RGB (Red+Green+Blue) = 198+235+104=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EB68 is #391497. Grayscale: #D1D1D1. Windows color (decimal): -3740824 or 6876102. OLE color: 6876102.
HSL color Cylindrical-coordinate representation of color #C6EB68: hue angle of 76.95º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6EB68 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 235 | 104 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.08 |
| HSL | 76.95º | 0.77% | 0.66% | - |
| HSV(B) | 76.95º | 0.56% | 0.92% | - |
| XYZ | 55.5 | 72.42 | 24.15 | - |
| YUV | 209 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 235 | 104 | 0.16 | 0 | 0.56 | 0.08 | 76.95 | 0.77 | 0.66 |
| Hex | C6 | EB | 68 | 10 | 0 | 38 | 8 | 4D | 4D | 42 |
| Octal | 306 | 353 | 150 | 20 | 0 | 70 | 10 | 115 | 115 | 102 |
| Binary | 11000110 | 11101011 | 1101000 | 10000 | 0 | 111000 | 1000 | 1001101 | 1001101 | 1000010 |
Color Harmonies of #C6EB68
Complementary color
Monochromatic Colors of #C6EB68
Black with #C6EB68
Text Example
Text Example
White with #C6EB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EB68; }
p { color: rgb(198,235,104); }
H1.HeaderClassName
{
color: #C6EB68;
}
.AnyTagClassName
{
color: #C6EB68;
}
</style>
background-color css
<style>
a { background-color: #C6EB68; }
a { background-color: rgb(198,235,104); }
div.DivClassName
{
background-color: #C6EB68;
}
.BgClassName
{
background-color: #C6EB68;
}
</style>
border-color css
<style>
span { border-color: #C6EB68; }
span { border-color: rgb(198,235,104); }
td.TdClassName
{
border-color: #C6EB68;
}
.TagClassName
{
border-color: #C6EB68;
}
</style>