Shades of Sulu #C0D684
Tints of Sulu #C0D684
RGB
CMYK
RGB Variations
Color information
#C0D684 (or 0xC0D684) is known color: Sulu. HEX triplet: C0, D6 and 84. RGB value is (192,214,132). Sum of RGB (Red+Green+Blue) = 192+214+132=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D684 is #3F297B. Grayscale: #C6C6C6. Windows color (decimal): -4139388 or 8705728. OLE color: 8705728.
HSL color Cylindrical-coordinate representation of color #C0D684: hue angle of 76.1º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0D684 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 132 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.16 |
| HSL | 76.1º | 0.5% | 0.68% | - |
| HSV(B) | 76.1º | 0.38% | 0.84% | - |
| XYZ | 49.95 | 60.97 | 30.96 | - |
| YUV | 198.07 | 90.71 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 132 | 0.10 | 0 | 0.38 | 0.16 | 76.1 | 0.5 | 0.68 |
| Hex | C0 | D6 | 84 | A | 0 | 26 | 10 | 4C | 32 | 44 |
| Octal | 300 | 326 | 204 | 12 | 0 | 46 | 20 | 114 | 62 | 104 |
| Binary | 11000000 | 11010110 | 10000100 | 1010 | 0 | 100110 | 10000 | 1001100 | 110010 | 1000100 |
Color Harmonies of #C0D684
Complementary color
Monochromatic Colors of #C0D684
Black with #C0D684
Text Example
Text Example
White with #C0D684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D684; }
p { color: rgb(192,214,132); }
H1.HeaderClassName
{
color: #C0D684;
}
.AnyTagClassName
{
color: #C0D684;
}
</style>
background-color css
<style>
a { background-color: #C0D684; }
a { background-color: rgb(192,214,132); }
div.DivClassName
{
background-color: #C0D684;
}
.BgClassName
{
background-color: #C0D684;
}
</style>
border-color css
<style>
span { border-color: #C0D684; }
span { border-color: rgb(192,214,132); }
td.TdClassName
{
border-color: #C0D684;
}
.TagClassName
{
border-color: #C0D684;
}
</style>