Shades of Sulu #C0E486
Tints of Sulu #C0E486
RGB
CMYK
RGB Variations
Color information
#C0E486 (or 0xC0E486) is known color: Sulu. HEX triplet: C0, E4 and 86. RGB value is (192,228,134). Sum of RGB (Red+Green+Blue) = 192+228+134=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E486 is #3F1B79. Grayscale: #CECECE. Windows color (decimal): -4135802 or 8840384. OLE color: 8840384.
HSL color Cylindrical-coordinate representation of color #C0E486: hue angle of 82.98º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0E486 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 134 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.11 |
| HSL | 82.98º | 0.64% | 0.71% | - |
| HSV(B) | 82.98º | 0.41% | 0.89% | - |
| XYZ | 53.78 | 68.41 | 32.92 | - |
| YUV | 206.52 | 87.07 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 134 | 0.16 | 0 | 0.41 | 0.11 | 82.98 | 0.64 | 0.71 |
| Hex | C0 | E4 | 86 | 10 | 0 | 29 | B | 53 | 40 | 47 |
| Octal | 300 | 344 | 206 | 20 | 0 | 51 | 13 | 123 | 100 | 107 |
| Binary | 11000000 | 11100100 | 10000110 | 10000 | 0 | 101001 | 1011 | 1010011 | 1000000 | 1000111 |
Color Harmonies of #C0E486
Complementary color
Monochromatic Colors of #C0E486
Black with #C0E486
Text Example
Text Example
White with #C0E486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E486; }
p { color: rgb(192,228,134); }
H1.HeaderClassName
{
color: #C0E486;
}
.AnyTagClassName
{
color: #C0E486;
}
</style>
background-color css
<style>
a { background-color: #C0E486; }
a { background-color: rgb(192,228,134); }
div.DivClassName
{
background-color: #C0E486;
}
.BgClassName
{
background-color: #C0E486;
}
</style>
border-color css
<style>
span { border-color: #C0E486; }
span { border-color: rgb(192,228,134); }
td.TdClassName
{
border-color: #C0E486;
}
.TagClassName
{
border-color: #C0E486;
}
</style>