Shades of Sulu #C6F888
Tints of Sulu #C6F888
RGB
CMYK
RGB Variations
Color information
#C6F888 (or 0xC6F888) is known color: Sulu. HEX triplet: C6, F8 and 88. RGB value is (198,248,136). Sum of RGB (Red+Green+Blue) = 198+248+136=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F888 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F888 is #390777. Grayscale: #DCDCDC. Windows color (decimal): -3737464 or 8976582. OLE color: 8976582.
HSL color Cylindrical-coordinate representation of color #C6F888: hue angle of 86.79º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6F888 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 248 | 136 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.03 |
| HSL | 86.79º | 0.89% | 0.75% | - |
| HSV(B) | 86.79º | 0.45% | 0.97% | - |
| XYZ | 61.3 | 80.92 | 35.68 | - |
| YUV | 220.28 | 80.44 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 248 | 136 | 0.20 | 0 | 0.45 | 0.03 | 86.79 | 0.89 | 0.75 |
| Hex | C6 | F8 | 88 | 14 | 0 | 2D | 3 | 57 | 59 | 4B |
| Octal | 306 | 370 | 210 | 24 | 0 | 55 | 3 | 127 | 131 | 113 |
| Binary | 11000110 | 11111000 | 10001000 | 10100 | 0 | 101101 | 11 | 1010111 | 1011001 | 1001011 |
Color Harmonies of #C6F888
Complementary color
Monochromatic Colors of #C6F888
Black with #C6F888
Text Example
Text Example
White with #C6F888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F888; }
p { color: rgb(198,248,136); }
H1.HeaderClassName
{
color: #C6F888;
}
.AnyTagClassName
{
color: #C6F888;
}
</style>
background-color css
<style>
a { background-color: #C6F888; }
a { background-color: rgb(198,248,136); }
div.DivClassName
{
background-color: #C6F888;
}
.BgClassName
{
background-color: #C6F888;
}
</style>
border-color css
<style>
span { border-color: #C6F888; }
span { border-color: rgb(198,248,136); }
td.TdClassName
{
border-color: #C6F888;
}
.TagClassName
{
border-color: #C6F888;
}
</style>