Shades of Sulu #C6E981
Tints of Sulu #C6E981
RGB
CMYK
RGB Variations
Color information
#C6E981 (or 0xC6E981) is known color: Sulu. HEX triplet: C6, E9 and 81. RGB value is (198,233,129). Sum of RGB (Red+Green+Blue) = 198+233+129=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #C6E981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6E981 is #39167E. Grayscale: #D3D3D3. Windows color (decimal): -3741311 or 8513990. OLE color: 8513990.
HSL color Cylindrical-coordinate representation of color #C6E981: hue angle of 80.19º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6E981 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 233 | 129 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.09 |
| HSL | 80.19º | 0.7% | 0.71% | - |
| HSV(B) | 80.19º | 0.45% | 0.91% | - |
| XYZ | 56.39 | 71.87 | 31.67 | - |
| YUV | 210.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 233 | 129 | 0.15 | 0 | 0.45 | 0.09 | 80.19 | 0.7 | 0.71 |
| Hex | C6 | E9 | 81 | F | 0 | 2D | 9 | 50 | 46 | 47 |
| Octal | 306 | 351 | 201 | 17 | 0 | 55 | 11 | 120 | 106 | 107 |
| Binary | 11000110 | 11101001 | 10000001 | 1111 | 0 | 101101 | 1001 | 1010000 | 1000110 | 1000111 |
Color Harmonies of #C6E981
Complementary color
Monochromatic Colors of #C6E981
Black with #C6E981
Text Example
Text Example
White with #C6E981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E981; }
p { color: rgb(198,233,129); }
H1.HeaderClassName
{
color: #C6E981;
}
.AnyTagClassName
{
color: #C6E981;
}
</style>
background-color css
<style>
a { background-color: #C6E981; }
a { background-color: rgb(198,233,129); }
div.DivClassName
{
background-color: #C6E981;
}
.BgClassName
{
background-color: #C6E981;
}
</style>
border-color css
<style>
span { border-color: #C6E981; }
span { border-color: rgb(198,233,129); }
td.TdClassName
{
border-color: #C6E981;
}
.TagClassName
{
border-color: #C6E981;
}
</style>