Shades of Sulu #C6F671
Tints of Sulu #C6F671
RGB
CMYK
RGB Variations
Color information
#C6F671 (or 0xC6F671) is known color: Sulu. HEX triplet: C6, F6 and 71. RGB value is (198,246,113). Sum of RGB (Red+Green+Blue) = 198+246+113=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 113 (44.53% from 255 or 20.29% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #C6F671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F671 is #39098E. Grayscale: #D8D8D8. Windows color (decimal): -3737999 or 7468742. OLE color: 7468742.
HSL color Cylindrical-coordinate representation of color #C6F671: hue angle of 81.65º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6F671 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 246 | 113 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.04 |
| HSL | 81.65º | 0.88% | 0.7% | - |
| HSV(B) | 81.65º | 0.54% | 0.96% | - |
| XYZ | 59.23 | 79.11 | 27.77 | - |
| YUV | 216.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 246 | 113 | 0.20 | 0 | 0.54 | 0.04 | 81.65 | 0.88 | 0.7 |
| Hex | C6 | F6 | 71 | 14 | 0 | 36 | 4 | 52 | 58 | 46 |
| Octal | 306 | 366 | 161 | 24 | 0 | 66 | 4 | 122 | 130 | 106 |
| Binary | 11000110 | 11110110 | 1110001 | 10100 | 0 | 110110 | 100 | 1010010 | 1011000 | 1000110 |
Color Harmonies of #C6F671
Complementary color
Monochromatic Colors of #C6F671
Black with #C6F671
Text Example
Text Example
White with #C6F671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F671; }
p { color: rgb(198,246,113); }
H1.HeaderClassName
{
color: #C6F671;
}
.AnyTagClassName
{
color: #C6F671;
}
</style>
background-color css
<style>
a { background-color: #C6F671; }
a { background-color: rgb(198,246,113); }
div.DivClassName
{
background-color: #C6F671;
}
.BgClassName
{
background-color: #C6F671;
}
</style>
border-color css
<style>
span { border-color: #C6F671; }
span { border-color: rgb(198,246,113); }
td.TdClassName
{
border-color: #C6F671;
}
.TagClassName
{
border-color: #C6F671;
}
</style>