Shades of Sulu #C0F578
Tints of Sulu #C0F578
RGB
CMYK
RGB Variations
Color information
#C0F578 (or 0xC0F578) is known color: Sulu. HEX triplet: C0, F5 and 78. RGB value is (192,245,120). Sum of RGB (Red+Green+Blue) = 192+245+120=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F578 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F578 is #3F0A87. Grayscale: #D7D7D7. Windows color (decimal): -4131464 or 7927232. OLE color: 7927232.
HSL color Cylindrical-coordinate representation of color #C0F578: hue angle of 85.44º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0F578 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 120 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.04 |
| HSL | 85.44º | 0.86% | 0.72% | - |
| HSV(B) | 85.44º | 0.51% | 0.96% | - |
| XYZ | 57.78 | 77.87 | 29.75 | - |
| YUV | 214.9 | 74.44 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 120 | 0.22 | 0 | 0.51 | 0.04 | 85.44 | 0.86 | 0.72 |
| Hex | C0 | F5 | 78 | 16 | 0 | 33 | 4 | 55 | 56 | 48 |
| Octal | 300 | 365 | 170 | 26 | 0 | 63 | 4 | 125 | 126 | 110 |
| Binary | 11000000 | 11110101 | 1111000 | 10110 | 0 | 110011 | 100 | 1010101 | 1010110 | 1001000 |
Color Harmonies of #C0F578
Complementary color
Monochromatic Colors of #C0F578
Black with #C0F578
Text Example
Text Example
White with #C0F578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F578; }
p { color: rgb(192,245,120); }
H1.HeaderClassName
{
color: #C0F578;
}
.AnyTagClassName
{
color: #C0F578;
}
</style>
background-color css
<style>
a { background-color: #C0F578; }
a { background-color: rgb(192,245,120); }
div.DivClassName
{
background-color: #C0F578;
}
.BgClassName
{
background-color: #C0F578;
}
</style>
border-color css
<style>
span { border-color: #C0F578; }
span { border-color: rgb(192,245,120); }
td.TdClassName
{
border-color: #C0F578;
}
.TagClassName
{
border-color: #C0F578;
}
</style>