Shades of Sulu #C6F470
Tints of Sulu #C6F470
RGB
CMYK
RGB Variations
Color information
#C6F470 (or 0xC6F470) is known color: Sulu. HEX triplet: C6, F4 and 70. RGB value is (198,244,112). Sum of RGB (Red+Green+Blue) = 198+244+112=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #C6F470 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F470 is #390B8F. Grayscale: #D7D7D7. Windows color (decimal): -3738512 or 7402694. OLE color: 7402694.
HSL color Cylindrical-coordinate representation of color #C6F470: hue angle of 80.91º degrees, saturation: 0.86, 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 #C6F470 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 244 | 112 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.04 |
| HSL | 80.91º | 0.86% | 0.7% | - |
| HSV(B) | 80.91º | 0.54% | 0.96% | - |
| XYZ | 58.56 | 77.88 | 27.27 | - |
| YUV | 215.2 | 69.76 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 244 | 112 | 0.19 | 0 | 0.54 | 0.04 | 80.91 | 0.86 | 0.7 |
| Hex | C6 | F4 | 70 | 13 | 0 | 36 | 4 | 51 | 56 | 46 |
| Octal | 306 | 364 | 160 | 23 | 0 | 66 | 4 | 121 | 126 | 106 |
| Binary | 11000110 | 11110100 | 1110000 | 10011 | 0 | 110110 | 100 | 1010001 | 1010110 | 1000110 |
Color Harmonies of #C6F470
Complementary color
Monochromatic Colors of #C6F470
Black with #C6F470
Text Example
Text Example
White with #C6F470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F470; }
p { color: rgb(198,244,112); }
H1.HeaderClassName
{
color: #C6F470;
}
.AnyTagClassName
{
color: #C6F470;
}
</style>
background-color css
<style>
a { background-color: #C6F470; }
a { background-color: rgb(198,244,112); }
div.DivClassName
{
background-color: #C6F470;
}
.BgClassName
{
background-color: #C6F470;
}
</style>
border-color css
<style>
span { border-color: #C6F470; }
span { border-color: rgb(198,244,112); }
td.TdClassName
{
border-color: #C6F470;
}
.TagClassName
{
border-color: #C6F470;
}
</style>