Shades of Sulu #C0EB66
Tints of Sulu #C0EB66
RGB
CMYK
RGB Variations
Color information
#C0EB66 (or 0xC0EB66) is known color: Sulu. HEX triplet: C0, EB and 66. RGB value is (192,235,102). Sum of RGB (Red+Green+Blue) = 192+235+102=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EB66 is #3F1499. Grayscale: #CFCFCF. Windows color (decimal): -4134042 or 6745024. OLE color: 6745024.
HSL color Cylindrical-coordinate representation of color #C0EB66: hue angle of 79.4º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0EB66 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 102 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.08 |
| HSL | 79.4º | 0.77% | 0.66% | - |
| HSV(B) | 79.4º | 0.57% | 0.92% | - |
| XYZ | 53.84 | 71.58 | 23.55 | - |
| YUV | 206.98 | 68.75 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 102 | 0.18 | 0 | 0.57 | 0.08 | 79.4 | 0.77 | 0.66 |
| Hex | C0 | EB | 66 | 12 | 0 | 39 | 8 | 4F | 4D | 42 |
| Octal | 300 | 353 | 146 | 22 | 0 | 71 | 10 | 117 | 115 | 102 |
| Binary | 11000000 | 11101011 | 1100110 | 10010 | 0 | 111001 | 1000 | 1001111 | 1001101 | 1000010 |
Color Harmonies of #C0EB66
Complementary color
Monochromatic Colors of #C0EB66
Black with #C0EB66
Text Example
Text Example
White with #C0EB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EB66; }
p { color: rgb(192,235,102); }
H1.HeaderClassName
{
color: #C0EB66;
}
.AnyTagClassName
{
color: #C0EB66;
}
</style>
background-color css
<style>
a { background-color: #C0EB66; }
a { background-color: rgb(192,235,102); }
div.DivClassName
{
background-color: #C0EB66;
}
.BgClassName
{
background-color: #C0EB66;
}
</style>
border-color css
<style>
span { border-color: #C0EB66; }
span { border-color: rgb(192,235,102); }
td.TdClassName
{
border-color: #C0EB66;
}
.TagClassName
{
border-color: #C0EB66;
}
</style>