Shades of Sulu #C6F475
Tints of Sulu #C6F475
RGB
CMYK
RGB Variations
Color information
#C6F475 (or 0xC6F475) is known color: Sulu. HEX triplet: C6, F4 and 75. RGB value is (198,244,117). Sum of RGB (Red+Green+Blue) = 198+244+117=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 244 (95.70% from 255 or 43.65% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 244 - color contains mainly: green. Hex color #C6F475 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F475 is #390B8A. Grayscale: #D8D8D8. Windows color (decimal): -3738507 or 7730374. OLE color: 7730374.
HSL color Cylindrical-coordinate representation of color #C6F475: hue angle of 81.73º 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 #C6F475 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 244 | 117 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.04 |
| HSL | 81.73º | 0.85% | 0.71% | - |
| HSV(B) | 81.73º | 0.52% | 0.96% | - |
| XYZ | 58.85 | 77.99 | 28.78 | - |
| YUV | 215.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 244 | 117 | 0.19 | 0 | 0.52 | 0.04 | 81.73 | 0.85 | 0.71 |
| Hex | C6 | F4 | 75 | 13 | 0 | 34 | 4 | 52 | 55 | 47 |
| Octal | 306 | 364 | 165 | 23 | 0 | 64 | 4 | 122 | 125 | 107 |
| Binary | 11000110 | 11110100 | 1110101 | 10011 | 0 | 110100 | 100 | 1010010 | 1010101 | 1000111 |
Color Harmonies of #C6F475
Complementary color
Monochromatic Colors of #C6F475
Black with #C6F475
Text Example
Text Example
White with #C6F475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F475; }
p { color: rgb(198,244,117); }
H1.HeaderClassName
{
color: #C6F475;
}
.AnyTagClassName
{
color: #C6F475;
}
</style>
background-color css
<style>
a { background-color: #C6F475; }
a { background-color: rgb(198,244,117); }
div.DivClassName
{
background-color: #C6F475;
}
.BgClassName
{
background-color: #C6F475;
}
</style>
border-color css
<style>
span { border-color: #C6F475; }
span { border-color: rgb(198,244,117); }
td.TdClassName
{
border-color: #C6F475;
}
.TagClassName
{
border-color: #C6F475;
}
</style>