Shades of Sulu #C6DF76
Tints of Sulu #C6DF76
RGB
CMYK
RGB Variations
Color information
#C6DF76 (or 0xC6DF76) is known color: Sulu. HEX triplet: C6, DF and 76. RGB value is (198,223,118). Sum of RGB (Red+Green+Blue) = 198+223+118=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DF76 is #392089. Grayscale: #CBCBCB. Windows color (decimal): -3743882 or 7790534. OLE color: 7790534.
HSL color Cylindrical-coordinate representation of color #C6DF76: hue angle of 74.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6DF76 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 118 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.13 |
| HSL | 74.29º | 0.62% | 0.67% | - |
| HSV(B) | 74.29º | 0.47% | 0.87% | - |
| XYZ | 52.95 | 66.09 | 27.11 | - |
| YUV | 203.56 | 79.72 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 118 | 0.11 | 0 | 0.47 | 0.13 | 74.29 | 0.62 | 0.67 |
| Hex | C6 | DF | 76 | B | 0 | 2F | D | 4A | 3E | 43 |
| Octal | 306 | 337 | 166 | 13 | 0 | 57 | 15 | 112 | 76 | 103 |
| Binary | 11000110 | 11011111 | 1110110 | 1011 | 0 | 101111 | 1101 | 1001010 | 111110 | 1000011 |
Color Harmonies of #C6DF76
Complementary color
Monochromatic Colors of #C6DF76
Black with #C6DF76
Text Example
Text Example
White with #C6DF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF76; }
p { color: rgb(198,223,118); }
H1.HeaderClassName
{
color: #C6DF76;
}
.AnyTagClassName
{
color: #C6DF76;
}
</style>
background-color css
<style>
a { background-color: #C6DF76; }
a { background-color: rgb(198,223,118); }
div.DivClassName
{
background-color: #C6DF76;
}
.BgClassName
{
background-color: #C6DF76;
}
</style>
border-color css
<style>
span { border-color: #C6DF76; }
span { border-color: rgb(198,223,118); }
td.TdClassName
{
border-color: #C6DF76;
}
.TagClassName
{
border-color: #C6DF76;
}
</style>