Shades of Sulu #C6F075
Tints of Sulu #C6F075
RGB
CMYK
RGB Variations
Color information
#C6F075 (or 0xC6F075) is known color: Sulu. HEX triplet: C6, F0 and 75. RGB value is (198,240,117). Sum of RGB (Red+Green+Blue) = 198+240+117=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F075 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F075 is #390F8A. Grayscale: #D5D5D5. Windows color (decimal): -3739531 or 7729350. OLE color: 7729350.
HSL color Cylindrical-coordinate representation of color #C6F075: hue angle of 80.49º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C6F075 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 240 | 117 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.06 |
| HSL | 80.49º | 0.8% | 0.7% | - |
| HSV(B) | 80.49º | 0.51% | 0.94% | - |
| XYZ | 57.66 | 75.61 | 28.38 | - |
| YUV | 213.42 | 73.59 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 240 | 117 | 0.18 | 0 | 0.51 | 0.06 | 80.49 | 0.8 | 0.7 |
| Hex | C6 | F0 | 75 | 12 | 0 | 33 | 6 | 50 | 50 | 46 |
| Octal | 306 | 360 | 165 | 22 | 0 | 63 | 6 | 120 | 120 | 106 |
| Binary | 11000110 | 11110000 | 1110101 | 10010 | 0 | 110011 | 110 | 1010000 | 1010000 | 1000110 |
Color Harmonies of #C6F075
Complementary color
Monochromatic Colors of #C6F075
Black with #C6F075
Text Example
Text Example
White with #C6F075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F075; }
p { color: rgb(198,240,117); }
H1.HeaderClassName
{
color: #C6F075;
}
.AnyTagClassName
{
color: #C6F075;
}
</style>
background-color css
<style>
a { background-color: #C6F075; }
a { background-color: rgb(198,240,117); }
div.DivClassName
{
background-color: #C6F075;
}
.BgClassName
{
background-color: #C6F075;
}
</style>
border-color css
<style>
span { border-color: #C6F075; }
span { border-color: rgb(198,240,117); }
td.TdClassName
{
border-color: #C6F075;
}
.TagClassName
{
border-color: #C6F075;
}
</style>