Shades of Sulu #C6F178
Tints of Sulu #C6F178
RGB
CMYK
RGB Variations
Color information
#C6F178 (or 0xC6F178) is known color: Sulu. HEX triplet: C6, F1 and 78. RGB value is (198,241,120). Sum of RGB (Red+Green+Blue) = 198+241+120=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 120 (47.27% from 255 or 21.47% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F178 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F178 is #390E87. Grayscale: #D6D6D6. Windows color (decimal): -3739272 or 7926214. OLE color: 7926214.
HSL color Cylindrical-coordinate representation of color #C6F178: hue angle of 81.32º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6F178 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 120 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.05 |
| HSL | 81.32º | 0.81% | 0.71% | - |
| HSV(B) | 81.32º | 0.5% | 0.95% | - |
| XYZ | 58.13 | 76.27 | 29.43 | - |
| YUV | 214.35 | 74.75 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 120 | 0.18 | 0 | 0.50 | 0.05 | 81.32 | 0.81 | 0.71 |
| Hex | C6 | F1 | 78 | 12 | 0 | 32 | 5 | 51 | 51 | 47 |
| Octal | 306 | 361 | 170 | 22 | 0 | 62 | 5 | 121 | 121 | 107 |
| Binary | 11000110 | 11110001 | 1111000 | 10010 | 0 | 110010 | 101 | 1010001 | 1010001 | 1000111 |
Color Harmonies of #C6F178
Complementary color
Monochromatic Colors of #C6F178
Black with #C6F178
Text Example
Text Example
White with #C6F178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F178; }
p { color: rgb(198,241,120); }
H1.HeaderClassName
{
color: #C6F178;
}
.AnyTagClassName
{
color: #C6F178;
}
</style>
background-color css
<style>
a { background-color: #C6F178; }
a { background-color: rgb(198,241,120); }
div.DivClassName
{
background-color: #C6F178;
}
.BgClassName
{
background-color: #C6F178;
}
</style>
border-color css
<style>
span { border-color: #C6F178; }
span { border-color: rgb(198,241,120); }
td.TdClassName
{
border-color: #C6F178;
}
.TagClassName
{
border-color: #C6F178;
}
</style>