Shades of Sulu #C6DE84
Tints of Sulu #C6DE84
RGB
CMYK
RGB Variations
Color information
#C6DE84 (or 0xC6DE84) is known color: Sulu. HEX triplet: C6, DE and 84. RGB value is (198,222,132). Sum of RGB (Red+Green+Blue) = 198+222+132=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #C6DE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DE84 is #39217B. Grayscale: #CCCCCC. Windows color (decimal): -3744124 or 8707782. OLE color: 8707782.
HSL color Cylindrical-coordinate representation of color #C6DE84: hue angle of 76º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6DE84 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 222 | 132 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.13 |
| HSL | 76º | 0.58% | 0.69% | - |
| HSV(B) | 76º | 0.41% | 0.87% | - |
| XYZ | 53.57 | 65.91 | 31.73 | - |
| YUV | 204.56 | 87.05 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 222 | 132 | 0.11 | 0 | 0.41 | 0.13 | 76 | 0.58 | 0.69 |
| Hex | C6 | DE | 84 | B | 0 | 29 | D | 4C | 3A | 45 |
| Octal | 306 | 336 | 204 | 13 | 0 | 51 | 15 | 114 | 72 | 105 |
| Binary | 11000110 | 11011110 | 10000100 | 1011 | 0 | 101001 | 1101 | 1001100 | 111010 | 1000101 |
Color Harmonies of #C6DE84
Complementary color
Monochromatic Colors of #C6DE84
Black with #C6DE84
Text Example
Text Example
White with #C6DE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DE84; }
p { color: rgb(198,222,132); }
H1.HeaderClassName
{
color: #C6DE84;
}
.AnyTagClassName
{
color: #C6DE84;
}
</style>
background-color css
<style>
a { background-color: #C6DE84; }
a { background-color: rgb(198,222,132); }
div.DivClassName
{
background-color: #C6DE84;
}
.BgClassName
{
background-color: #C6DE84;
}
</style>
border-color css
<style>
span { border-color: #C6DE84; }
span { border-color: rgb(198,222,132); }
td.TdClassName
{
border-color: #C6DE84;
}
.TagClassName
{
border-color: #C6DE84;
}
</style>