Shades of Sulu #C6FF8C
Tints of Sulu #C6FF8C
RGB
CMYK
RGB Variations
Color information
#C6FF8C (or 0xC6FF8C) is known color: Sulu. HEX triplet: C6, FF and 8C. RGB value is (198,255,140). Sum of RGB (Red+Green+Blue) = 198+255+140=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FF8C is #390073. Grayscale: #E1E1E1. Windows color (decimal): -3735668 or 9240518. OLE color: 9240518.
HSL color Cylindrical-coordinate representation of color #C6FF8C: hue angle of 89.74º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6FF8C is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 140 | - |
| CMYK | 0.22 | 0 | 0.45 | 0 |
| HSL | 89.74º | 1% | 0.77% | - |
| HSV(B) | 89.74º | 0.45% | 1% | - |
| XYZ | 63.78 | 85.42 | 37.94 | - |
| YUV | 224.85 | 80.12 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 140 | 0.22 | 0 | 0.45 | 0 | 89.74 | 1 | 0.77 |
| Hex | C6 | FF | 8C | 16 | 0 | 2D | 0 | 5A | 64 | 4D |
| Octal | 306 | 377 | 214 | 26 | 0 | 55 | 0 | 132 | 144 | 115 |
| Binary | 11000110 | 11111111 | 10001100 | 10110 | 0 | 101101 | 0 | 1011010 | 1100100 | 1001101 |
Color Harmonies of #C6FF8C
Complementary color
Monochromatic Colors of #C6FF8C
Black with #C6FF8C
Text Example
Text Example
White with #C6FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FF8C; }
p { color: rgb(198,255,140); }
H1.HeaderClassName
{
color: #C6FF8C;
}
.AnyTagClassName
{
color: #C6FF8C;
}
</style>
background-color css
<style>
a { background-color: #C6FF8C; }
a { background-color: rgb(198,255,140); }
div.DivClassName
{
background-color: #C6FF8C;
}
.BgClassName
{
background-color: #C6FF8C;
}
</style>
border-color css
<style>
span { border-color: #C6FF8C; }
span { border-color: rgb(198,255,140); }
td.TdClassName
{
border-color: #C6FF8C;
}
.TagClassName
{
border-color: #C6FF8C;
}
</style>