Shades of Sulu #C0FE6C
Tints of Sulu #C0FE6C
RGB
CMYK
RGB Variations
Color information
#C0FE6C (or 0xC0FE6C) is known color: Sulu. HEX triplet: C0, FE and 6C. RGB value is (192,254,108). Sum of RGB (Red+Green+Blue) = 192+254+108=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FE6C is #3F0193. Grayscale: #DBDBDB. Windows color (decimal): -4129172 or 7143104. OLE color: 7143104.
HSL color Cylindrical-coordinate representation of color #C0FE6C: hue angle of 85.48º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0FE6C is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 108 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.00 |
| HSL | 85.48º | 0.99% | 0.71% | - |
| HSV(B) | 85.48º | 0.57% | 1% | - |
| XYZ | 59.89 | 83.17 | 27.08 | - |
| YUV | 218.82 | 65.46 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 108 | 0.24 | 0 | 0.57 | 0.00 | 85.48 | 0.99 | 0.71 |
| Hex | C0 | FE | 6C | 18 | 0 | 39 | 0 | 55 | 63 | 47 |
| Octal | 300 | 376 | 154 | 30 | 0 | 71 | 0 | 125 | 143 | 107 |
| Binary | 11000000 | 11111110 | 1101100 | 11000 | 0 | 111001 | 0 | 1010101 | 1100011 | 1000111 |
Color Harmonies of #C0FE6C
Complementary color
Monochromatic Colors of #C0FE6C
Black with #C0FE6C
Text Example
Text Example
White with #C0FE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE6C; }
p { color: rgb(192,254,108); }
H1.HeaderClassName
{
color: #C0FE6C;
}
.AnyTagClassName
{
color: #C0FE6C;
}
</style>
background-color css
<style>
a { background-color: #C0FE6C; }
a { background-color: rgb(192,254,108); }
div.DivClassName
{
background-color: #C0FE6C;
}
.BgClassName
{
background-color: #C0FE6C;
}
</style>
border-color css
<style>
span { border-color: #C0FE6C; }
span { border-color: rgb(192,254,108); }
td.TdClassName
{
border-color: #C0FE6C;
}
.TagClassName
{
border-color: #C0FE6C;
}
</style>