Shades of Sulu #C6FC6A
Tints of Sulu #C6FC6A
RGB
CMYK
RGB Variations
Color information
#C6FC6A (or 0xC6FC6A) is known color: Sulu. HEX triplet: C6, FC and 6A. RGB value is (198,252,106). Sum of RGB (Red+Green+Blue) = 198+252+106=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FC6A is #390395. Grayscale: #DBDBDB. Windows color (decimal): -3736470 or 7011526. OLE color: 7011526.
HSL color Cylindrical-coordinate representation of color #C6FC6A: hue angle of 82.19º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6FC6A is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 252 | 106 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.01 |
| HSL | 82.19º | 0.96% | 0.7% | - |
| HSV(B) | 82.19º | 0.58% | 0.99% | - |
| XYZ | 60.7 | 82.67 | 26.39 | - |
| YUV | 219.21 | 64.11 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 252 | 106 | 0.21 | 0 | 0.58 | 0.01 | 82.19 | 0.96 | 0.7 |
| Hex | C6 | FC | 6A | 15 | 0 | 3A | 1 | 52 | 60 | 46 |
| Octal | 306 | 374 | 152 | 25 | 0 | 72 | 1 | 122 | 140 | 106 |
| Binary | 11000110 | 11111100 | 1101010 | 10101 | 0 | 111010 | 1 | 1010010 | 1100000 | 1000110 |
Color Harmonies of #C6FC6A
Complementary color
Monochromatic Colors of #C6FC6A
Black with #C6FC6A
Text Example
Text Example
White with #C6FC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FC6A; }
p { color: rgb(198,252,106); }
H1.HeaderClassName
{
color: #C6FC6A;
}
.AnyTagClassName
{
color: #C6FC6A;
}
</style>
background-color css
<style>
a { background-color: #C6FC6A; }
a { background-color: rgb(198,252,106); }
div.DivClassName
{
background-color: #C6FC6A;
}
.BgClassName
{
background-color: #C6FC6A;
}
</style>
border-color css
<style>
span { border-color: #C6FC6A; }
span { border-color: rgb(198,252,106); }
td.TdClassName
{
border-color: #C6FC6A;
}
.TagClassName
{
border-color: #C6FC6A;
}
</style>