Shades of Sulu #C6FC6B
Tints of Sulu #C6FC6B
RGB
CMYK
RGB Variations
Color information
#C6FC6B (or 0xC6FC6B) is known color: Sulu. HEX triplet: C6, FC and 6B. RGB value is (198,252,107). Sum of RGB (Red+Green+Blue) = 198+252+107=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 107 (42.19% from 255 or 19.21% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FC6B is #390394. Grayscale: #DBDBDB. Windows color (decimal): -3736469 or 7077062. OLE color: 7077062.
HSL color Cylindrical-coordinate representation of color #C6FC6B: hue angle of 82.34º 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 #C6FC6B is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 252 | 107 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.01 |
| HSL | 82.34º | 0.96% | 0.7% | - |
| HSV(B) | 82.34º | 0.58% | 0.99% | - |
| XYZ | 60.75 | 82.69 | 26.67 | - |
| YUV | 219.32 | 64.61 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 252 | 107 | 0.21 | 0 | 0.58 | 0.01 | 82.34 | 0.96 | 0.7 |
| Hex | C6 | FC | 6B | 15 | 0 | 3A | 1 | 52 | 60 | 46 |
| Octal | 306 | 374 | 153 | 25 | 0 | 72 | 1 | 122 | 140 | 106 |
| Binary | 11000110 | 11111100 | 1101011 | 10101 | 0 | 111010 | 1 | 1010010 | 1100000 | 1000110 |
Color Harmonies of #C6FC6B
Complementary color
Monochromatic Colors of #C6FC6B
Black with #C6FC6B
Text Example
Text Example
White with #C6FC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FC6B; }
p { color: rgb(198,252,107); }
H1.HeaderClassName
{
color: #C6FC6B;
}
.AnyTagClassName
{
color: #C6FC6B;
}
</style>
background-color css
<style>
a { background-color: #C6FC6B; }
a { background-color: rgb(198,252,107); }
div.DivClassName
{
background-color: #C6FC6B;
}
.BgClassName
{
background-color: #C6FC6B;
}
</style>
border-color css
<style>
span { border-color: #C6FC6B; }
span { border-color: rgb(198,252,107); }
td.TdClassName
{
border-color: #C6FC6B;
}
.TagClassName
{
border-color: #C6FC6B;
}
</style>