Shades of Sulu #C6DC8F
Tints of Sulu #C6DC8F
RGB
CMYK
RGB Variations
Color information
#C6DC8F (or 0xC6DC8F) is known color: Sulu. HEX triplet: C6, DC and 8F. RGB value is (198,220,143). Sum of RGB (Red+Green+Blue) = 198+220+143=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DC8F is #392370. Grayscale: #CCCCCC. Windows color (decimal): -3744625 or 9428166. OLE color: 9428166.
HSL color Cylindrical-coordinate representation of color #C6DC8F: hue angle of 77.14º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6DC8F is Cyan = 0.1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 143 | - |
| CMYK | 0.1 | 0 | 0.35 | 0.14 |
| HSL | 77.14º | 0.52% | 0.71% | - |
| HSV(B) | 77.14º | 0.35% | 0.86% | - |
| XYZ | 53.84 | 65.18 | 35.73 | - |
| YUV | 204.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 143 | 0.1 | 0 | 0.35 | 0.14 | 77.14 | 0.52 | 0.71 |
| Hex | C6 | DC | 8F | A | 0 | 23 | E | 4D | 34 | 47 |
| Octal | 306 | 334 | 217 | 12 | 0 | 43 | 16 | 115 | 64 | 107 |
| Binary | 11000110 | 11011100 | 10001111 | 1010 | 0 | 100011 | 1110 | 1001101 | 110100 | 1000111 |
Color Harmonies of #C6DC8F
Complementary color
Monochromatic Colors of #C6DC8F
Black with #C6DC8F
Text Example
Text Example
White with #C6DC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC8F; }
p { color: rgb(198,220,143); }
H1.HeaderClassName
{
color: #C6DC8F;
}
.AnyTagClassName
{
color: #C6DC8F;
}
</style>
background-color css
<style>
a { background-color: #C6DC8F; }
a { background-color: rgb(198,220,143); }
div.DivClassName
{
background-color: #C6DC8F;
}
.BgClassName
{
background-color: #C6DC8F;
}
</style>
border-color css
<style>
span { border-color: #C6DC8F; }
span { border-color: rgb(198,220,143); }
td.TdClassName
{
border-color: #C6DC8F;
}
.TagClassName
{
border-color: #C6DC8F;
}
</style>