Shades of Sulu #C6DC93
Tints of Sulu #C6DC93
RGB
CMYK
RGB Variations
Color information
#C6DC93 (or 0xC6DC93) is known color: Sulu. HEX triplet: C6, DC and 93. RGB value is (198,220,147). Sum of RGB (Red+Green+Blue) = 198+220+147=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DC93 is #39236C. Grayscale: #CDCDCD. Windows color (decimal): -3744621 or 9690310. OLE color: 9690310.
HSL color Cylindrical-coordinate representation of color #C6DC93: hue angle of 78.08º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6DC93 is Cyan = 0.1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 147 | - |
| CMYK | 0.1 | 0 | 0.33 | 0.14 |
| HSL | 78.08º | 0.51% | 0.72% | - |
| HSV(B) | 78.08º | 0.33% | 0.86% | - |
| XYZ | 54.15 | 65.3 | 37.35 | - |
| YUV | 205.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 147 | 0.1 | 0 | 0.33 | 0.14 | 78.08 | 0.51 | 0.72 |
| Hex | C6 | DC | 93 | A | 0 | 21 | E | 4E | 33 | 48 |
| Octal | 306 | 334 | 223 | 12 | 0 | 41 | 16 | 116 | 63 | 110 |
| Binary | 11000110 | 11011100 | 10010011 | 1010 | 0 | 100001 | 1110 | 1001110 | 110011 | 1001000 |
Color Harmonies of #C6DC93
Complementary color
Monochromatic Colors of #C6DC93
Black with #C6DC93
Text Example
Text Example
White with #C6DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC93; }
p { color: rgb(198,220,147); }
H1.HeaderClassName
{
color: #C6DC93;
}
.AnyTagClassName
{
color: #C6DC93;
}
</style>
background-color css
<style>
a { background-color: #C6DC93; }
a { background-color: rgb(198,220,147); }
div.DivClassName
{
background-color: #C6DC93;
}
.BgClassName
{
background-color: #C6DC93;
}
</style>
border-color css
<style>
span { border-color: #C6DC93; }
span { border-color: rgb(198,220,147); }
td.TdClassName
{
border-color: #C6DC93;
}
.TagClassName
{
border-color: #C6DC93;
}
</style>