Shades of Sulu #C6F18C
Tints of Sulu #C6F18C
RGB
CMYK
RGB Variations
Color information
#C6F18C (or 0xC6F18C) is known color: Sulu. HEX triplet: C6, F1 and 8C. RGB value is (198,241,140). Sum of RGB (Red+Green+Blue) = 198+241+140=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F18C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F18C is #390E73. Grayscale: #D8D8D8. Windows color (decimal): -3739252 or 9236934. OLE color: 9236934.
HSL color Cylindrical-coordinate representation of color #C6F18C: hue angle of 85.54º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6F18C is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 140 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.05 |
| HSL | 85.54º | 0.78% | 0.75% | - |
| HSV(B) | 85.54º | 0.42% | 0.95% | - |
| XYZ | 59.48 | 76.81 | 36.5 | - |
| YUV | 216.63 | 84.75 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 140 | 0.18 | 0 | 0.42 | 0.05 | 85.54 | 0.78 | 0.75 |
| Hex | C6 | F1 | 8C | 12 | 0 | 2A | 5 | 56 | 4E | 4B |
| Octal | 306 | 361 | 214 | 22 | 0 | 52 | 5 | 126 | 116 | 113 |
| Binary | 11000110 | 11110001 | 10001100 | 10010 | 0 | 101010 | 101 | 1010110 | 1001110 | 1001011 |
Color Harmonies of #C6F18C
Complementary color
Monochromatic Colors of #C6F18C
Black with #C6F18C
Text Example
Text Example
White with #C6F18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F18C; }
p { color: rgb(198,241,140); }
H1.HeaderClassName
{
color: #C6F18C;
}
.AnyTagClassName
{
color: #C6F18C;
}
</style>
background-color css
<style>
a { background-color: #C6F18C; }
a { background-color: rgb(198,241,140); }
div.DivClassName
{
background-color: #C6F18C;
}
.BgClassName
{
background-color: #C6F18C;
}
</style>
border-color css
<style>
span { border-color: #C6F18C; }
span { border-color: rgb(198,241,140); }
td.TdClassName
{
border-color: #C6F18C;
}
.TagClassName
{
border-color: #C6F18C;
}
</style>