Shades of Sulu #C6F984
Tints of Sulu #C6F984
RGB
CMYK
RGB Variations
Color information
#C6F984 (or 0xC6F984) is known color: Sulu. HEX triplet: C6, F9 and 84. RGB value is (198,249,132). Sum of RGB (Red+Green+Blue) = 198+249+132=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #C6F984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F984 is #39067B. Grayscale: #DCDCDC. Windows color (decimal): -3737212 or 8714694. OLE color: 8714694.
HSL color Cylindrical-coordinate representation of color #C6F984: hue angle of 86.15º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6F984 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 249 | 132 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.02 |
| HSL | 86.15º | 0.91% | 0.75% | - |
| HSV(B) | 86.15º | 0.47% | 0.98% | - |
| XYZ | 61.33 | 81.42 | 34.31 | - |
| YUV | 220.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 249 | 132 | 0.20 | 0 | 0.47 | 0.02 | 86.15 | 0.91 | 0.75 |
| Hex | C6 | F9 | 84 | 14 | 0 | 2F | 2 | 56 | 5B | 4B |
| Octal | 306 | 371 | 204 | 24 | 0 | 57 | 2 | 126 | 133 | 113 |
| Binary | 11000110 | 11111001 | 10000100 | 10100 | 0 | 101111 | 10 | 1010110 | 1011011 | 1001011 |
Color Harmonies of #C6F984
Complementary color
Monochromatic Colors of #C6F984
Black with #C6F984
Text Example
Text Example
White with #C6F984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F984; }
p { color: rgb(198,249,132); }
H1.HeaderClassName
{
color: #C6F984;
}
.AnyTagClassName
{
color: #C6F984;
}
</style>
background-color css
<style>
a { background-color: #C6F984; }
a { background-color: rgb(198,249,132); }
div.DivClassName
{
background-color: #C6F984;
}
.BgClassName
{
background-color: #C6F984;
}
</style>
border-color css
<style>
span { border-color: #C6F984; }
span { border-color: rgb(198,249,132); }
td.TdClassName
{
border-color: #C6F984;
}
.TagClassName
{
border-color: #C6F984;
}
</style>