Shades of Sulu #C6DC94
Tints of Sulu #C6DC94
RGB
CMYK
RGB Variations
Color information
#C6DC94 (or 0xC6DC94) is known color: Sulu. HEX triplet: C6, DC and 94. RGB value is (198,220,148). Sum of RGB (Red+Green+Blue) = 198+220+148=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DC94 is #39236B. Grayscale: #CDCDCD. Windows color (decimal): -3744620 or 9755846. OLE color: 9755846.
HSL color Cylindrical-coordinate representation of color #C6DC94: hue angle of 78.33º 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 #C6DC94 is Cyan = 0.1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 148 | - |
| CMYK | 0.1 | 0 | 0.33 | 0.14 |
| HSL | 78.33º | 0.51% | 0.72% | - |
| HSV(B) | 78.33º | 0.33% | 0.86% | - |
| XYZ | 54.23 | 65.33 | 37.77 | - |
| YUV | 205.21 | 95.71 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 148 | 0.1 | 0 | 0.33 | 0.14 | 78.33 | 0.51 | 0.72 |
| Hex | C6 | DC | 94 | A | 0 | 21 | E | 4E | 33 | 48 |
| Octal | 306 | 334 | 224 | 12 | 0 | 41 | 16 | 116 | 63 | 110 |
| Binary | 11000110 | 11011100 | 10010100 | 1010 | 0 | 100001 | 1110 | 1001110 | 110011 | 1001000 |
Color Harmonies of #C6DC94
Complementary color
Monochromatic Colors of #C6DC94
Black with #C6DC94
Text Example
Text Example
White with #C6DC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC94; }
p { color: rgb(198,220,148); }
H1.HeaderClassName
{
color: #C6DC94;
}
.AnyTagClassName
{
color: #C6DC94;
}
</style>
background-color css
<style>
a { background-color: #C6DC94; }
a { background-color: rgb(198,220,148); }
div.DivClassName
{
background-color: #C6DC94;
}
.BgClassName
{
background-color: #C6DC94;
}
</style>
border-color css
<style>
span { border-color: #C6DC94; }
span { border-color: rgb(198,220,148); }
td.TdClassName
{
border-color: #C6DC94;
}
.TagClassName
{
border-color: #C6DC94;
}
</style>