Shades of Sulu #C0F678
Tints of Sulu #C0F678
RGB
CMYK
RGB Variations
Color information
#C0F678 (or 0xC0F678) is known color: Sulu. HEX triplet: C0, F6 and 78. RGB value is (192,246,120). Sum of RGB (Red+Green+Blue) = 192+246+120=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 120 (47.27% from 255 or 21.51% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F678 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F678 is #3F0987. Grayscale: #D7D7D7. Windows color (decimal): -4131208 or 7927488. OLE color: 7927488.
HSL color Cylindrical-coordinate representation of color #C0F678: hue angle of 85.71º degrees, saturation: 0.88, 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 #C0F678 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 120 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.04 |
| HSL | 85.71º | 0.88% | 0.72% | - |
| HSV(B) | 85.71º | 0.51% | 0.96% | - |
| XYZ | 58.08 | 78.47 | 29.85 | - |
| YUV | 215.49 | 74.11 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 120 | 0.22 | 0 | 0.51 | 0.04 | 85.71 | 0.88 | 0.72 |
| Hex | C0 | F6 | 78 | 16 | 0 | 33 | 4 | 56 | 58 | 48 |
| Octal | 300 | 366 | 170 | 26 | 0 | 63 | 4 | 126 | 130 | 110 |
| Binary | 11000000 | 11110110 | 1111000 | 10110 | 0 | 110011 | 100 | 1010110 | 1011000 | 1001000 |
Color Harmonies of #C0F678
Complementary color
Monochromatic Colors of #C0F678
Black with #C0F678
Text Example
Text Example
White with #C0F678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F678; }
p { color: rgb(192,246,120); }
H1.HeaderClassName
{
color: #C0F678;
}
.AnyTagClassName
{
color: #C0F678;
}
</style>
background-color css
<style>
a { background-color: #C0F678; }
a { background-color: rgb(192,246,120); }
div.DivClassName
{
background-color: #C0F678;
}
.BgClassName
{
background-color: #C0F678;
}
</style>
border-color css
<style>
span { border-color: #C0F678; }
span { border-color: rgb(192,246,120); }
td.TdClassName
{
border-color: #C0F678;
}
.TagClassName
{
border-color: #C0F678;
}
</style>