Shades of Sulu #C6F97C
Tints of Sulu #C6F97C
RGB
CMYK
RGB Variations
Color information
#C6F97C (or 0xC6F97C) is known color: Sulu. HEX triplet: C6, F9 and 7C. RGB value is (198,249,124). Sum of RGB (Red+Green+Blue) = 198+249+124=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #C6F97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F97C is #390683. Grayscale: #DBDBDB. Windows color (decimal): -3737220 or 8190406. OLE color: 8190406.
HSL color Cylindrical-coordinate representation of color #C6F97C: hue angle of 84.48º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6F97C is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 249 | 124 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.02 |
| HSL | 84.48º | 0.91% | 0.73% | - |
| HSV(B) | 84.48º | 0.5% | 0.98% | - |
| XYZ | 60.8 | 81.21 | 31.54 | - |
| YUV | 219.5 | 74.1 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 249 | 124 | 0.20 | 0 | 0.50 | 0.02 | 84.48 | 0.91 | 0.73 |
| Hex | C6 | F9 | 7C | 14 | 0 | 32 | 2 | 54 | 5B | 49 |
| Octal | 306 | 371 | 174 | 24 | 0 | 62 | 2 | 124 | 133 | 111 |
| Binary | 11000110 | 11111001 | 1111100 | 10100 | 0 | 110010 | 10 | 1010100 | 1011011 | 1001001 |
Color Harmonies of #C6F97C
Complementary color
Monochromatic Colors of #C6F97C
Black with #C6F97C
Text Example
Text Example
White with #C6F97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F97C; }
p { color: rgb(198,249,124); }
H1.HeaderClassName
{
color: #C6F97C;
}
.AnyTagClassName
{
color: #C6F97C;
}
</style>
background-color css
<style>
a { background-color: #C6F97C; }
a { background-color: rgb(198,249,124); }
div.DivClassName
{
background-color: #C6F97C;
}
.BgClassName
{
background-color: #C6F97C;
}
</style>
border-color css
<style>
span { border-color: #C6F97C; }
span { border-color: rgb(198,249,124); }
td.TdClassName
{
border-color: #C6F97C;
}
.TagClassName
{
border-color: #C6F97C;
}
</style>