Shades of Sulu #C6F16C
Tints of Sulu #C6F16C
RGB
CMYK
RGB Variations
Color information
#C6F16C (or 0xC6F16C) is known color: Sulu. HEX triplet: C6, F1 and 6C. RGB value is (198,241,108). Sum of RGB (Red+Green+Blue) = 198+241+108=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F16C is #390E93. Grayscale: #D5D5D5. Windows color (decimal): -3739284 or 7139782. OLE color: 7139782.
HSL color Cylindrical-coordinate representation of color #C6F16C: hue angle of 79.4º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6F16C is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 108 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.05 |
| HSL | 79.4º | 0.83% | 0.68% | - |
| HSV(B) | 79.4º | 0.55% | 0.95% | - |
| XYZ | 57.45 | 76 | 25.83 | - |
| YUV | 212.98 | 68.75 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 108 | 0.18 | 0 | 0.55 | 0.05 | 79.4 | 0.83 | 0.68 |
| Hex | C6 | F1 | 6C | 12 | 0 | 37 | 5 | 4F | 53 | 44 |
| Octal | 306 | 361 | 154 | 22 | 0 | 67 | 5 | 117 | 123 | 104 |
| Binary | 11000110 | 11110001 | 1101100 | 10010 | 0 | 110111 | 101 | 1001111 | 1010011 | 1000100 |
Color Harmonies of #C6F16C
Complementary color
Monochromatic Colors of #C6F16C
Black with #C6F16C
Text Example
Text Example
White with #C6F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F16C; }
p { color: rgb(198,241,108); }
H1.HeaderClassName
{
color: #C6F16C;
}
.AnyTagClassName
{
color: #C6F16C;
}
</style>
background-color css
<style>
a { background-color: #C6F16C; }
a { background-color: rgb(198,241,108); }
div.DivClassName
{
background-color: #C6F16C;
}
.BgClassName
{
background-color: #C6F16C;
}
</style>
border-color css
<style>
span { border-color: #C6F16C; }
span { border-color: rgb(198,241,108); }
td.TdClassName
{
border-color: #C6F16C;
}
.TagClassName
{
border-color: #C6F16C;
}
</style>