Shades of Sulu #C6F18D
Tints of Sulu #C6F18D
RGB
CMYK
RGB Variations
Color information
#C6F18D (or 0xC6F18D) is known color: Sulu. HEX triplet: C6, F1 and 8D. RGB value is (198,241,141). Sum of RGB (Red+Green+Blue) = 198+241+141=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F18D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F18D is #390E72. Grayscale: #D9D9D9. Windows color (decimal): -3739251 or 9302470. OLE color: 9302470.
HSL color Cylindrical-coordinate representation of color #C6F18D: hue angle of 85.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6F18D is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 141 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.05 |
| HSL | 85.8º | 0.78% | 0.75% | - |
| HSV(B) | 85.8º | 0.41% | 0.95% | - |
| XYZ | 59.55 | 76.84 | 36.89 | - |
| YUV | 216.74 | 85.25 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 141 | 0.18 | 0 | 0.41 | 0.05 | 85.8 | 0.78 | 0.75 |
| Hex | C6 | F1 | 8D | 12 | 0 | 29 | 5 | 56 | 4E | 4B |
| Octal | 306 | 361 | 215 | 22 | 0 | 51 | 5 | 126 | 116 | 113 |
| Binary | 11000110 | 11110001 | 10001101 | 10010 | 0 | 101001 | 101 | 1010110 | 1001110 | 1001011 |
Color Harmonies of #C6F18D
Complementary color
Monochromatic Colors of #C6F18D
Black with #C6F18D
Text Example
Text Example
White with #C6F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F18D; }
p { color: rgb(198,241,141); }
H1.HeaderClassName
{
color: #C6F18D;
}
.AnyTagClassName
{
color: #C6F18D;
}
</style>
background-color css
<style>
a { background-color: #C6F18D; }
a { background-color: rgb(198,241,141); }
div.DivClassName
{
background-color: #C6F18D;
}
.BgClassName
{
background-color: #C6F18D;
}
</style>
border-color css
<style>
span { border-color: #C6F18D; }
span { border-color: rgb(198,241,141); }
td.TdClassName
{
border-color: #C6F18D;
}
.TagClassName
{
border-color: #C6F18D;
}
</style>