Shades of Sulu #C6F474
Tints of Sulu #C6F474
RGB
CMYK
RGB Variations
Color information
#C6F474 (or 0xC6F474) is known color: Sulu. HEX triplet: C6, F4 and 74. RGB value is (198,244,116). Sum of RGB (Red+Green+Blue) = 198+244+116=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 244 (95.70% from 255 or 43.73% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 244 - color contains mainly: green. Hex color #C6F474 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F474 is #390B8B. Grayscale: #D8D8D8. Windows color (decimal): -3738508 or 7664838. OLE color: 7664838.
HSL color Cylindrical-coordinate representation of color #C6F474: hue angle of 81.56º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6F474 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 244 | 116 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.04 |
| HSL | 81.56º | 0.85% | 0.71% | - |
| HSV(B) | 81.56º | 0.52% | 0.96% | - |
| XYZ | 58.79 | 77.97 | 28.47 | - |
| YUV | 215.65 | 71.76 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 244 | 116 | 0.19 | 0 | 0.52 | 0.04 | 81.56 | 0.85 | 0.71 |
| Hex | C6 | F4 | 74 | 13 | 0 | 34 | 4 | 52 | 55 | 47 |
| Octal | 306 | 364 | 164 | 23 | 0 | 64 | 4 | 122 | 125 | 107 |
| Binary | 11000110 | 11110100 | 1110100 | 10011 | 0 | 110100 | 100 | 1010010 | 1010101 | 1000111 |
Color Harmonies of #C6F474
Complementary color
Monochromatic Colors of #C6F474
Black with #C6F474
Text Example
Text Example
White with #C6F474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F474; }
p { color: rgb(198,244,116); }
H1.HeaderClassName
{
color: #C6F474;
}
.AnyTagClassName
{
color: #C6F474;
}
</style>
background-color css
<style>
a { background-color: #C6F474; }
a { background-color: rgb(198,244,116); }
div.DivClassName
{
background-color: #C6F474;
}
.BgClassName
{
background-color: #C6F474;
}
</style>
border-color css
<style>
span { border-color: #C6F474; }
span { border-color: rgb(198,244,116); }
td.TdClassName
{
border-color: #C6F474;
}
.TagClassName
{
border-color: #C6F474;
}
</style>