Shades of Sulu #C6DB79
Tints of Sulu #C6DB79
RGB
CMYK
RGB Variations
Color information
#C6DB79 (or 0xC6DB79) is known color: Sulu. HEX triplet: C6, DB and 79. RGB value is (198,219,121). Sum of RGB (Red+Green+Blue) = 198+219+121=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DB79 is #392486. Grayscale: #C9C9C9. Windows color (decimal): -3744903 or 7986118. OLE color: 7986118.
HSL color Cylindrical-coordinate representation of color #C6DB79: hue angle of 72.86º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6DB79 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 121 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.14 |
| HSL | 72.86º | 0.58% | 0.67% | - |
| HSV(B) | 72.86º | 0.45% | 0.86% | - |
| XYZ | 52.07 | 64.05 | 27.71 | - |
| YUV | 201.55 | 82.54 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 121 | 0.10 | 0 | 0.45 | 0.14 | 72.86 | 0.58 | 0.67 |
| Hex | C6 | DB | 79 | A | 0 | 2D | E | 49 | 3A | 43 |
| Octal | 306 | 333 | 171 | 12 | 0 | 55 | 16 | 111 | 72 | 103 |
| Binary | 11000110 | 11011011 | 1111001 | 1010 | 0 | 101101 | 1110 | 1001001 | 111010 | 1000011 |
Color Harmonies of #C6DB79
Complementary color
Monochromatic Colors of #C6DB79
Black with #C6DB79
Text Example
Text Example
White with #C6DB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB79; }
p { color: rgb(198,219,121); }
H1.HeaderClassName
{
color: #C6DB79;
}
.AnyTagClassName
{
color: #C6DB79;
}
</style>
background-color css
<style>
a { background-color: #C6DB79; }
a { background-color: rgb(198,219,121); }
div.DivClassName
{
background-color: #C6DB79;
}
.BgClassName
{
background-color: #C6DB79;
}
</style>
border-color css
<style>
span { border-color: #C6DB79; }
span { border-color: rgb(198,219,121); }
td.TdClassName
{
border-color: #C6DB79;
}
.TagClassName
{
border-color: #C6DB79;
}
</style>