Shades of Sulu #C0FE6D
Tints of Sulu #C0FE6D
RGB
CMYK
RGB Variations
Color information
#C0FE6D (or 0xC0FE6D) is known color: Sulu. HEX triplet: C0, FE and 6D. RGB value is (192,254,109). Sum of RGB (Red+Green+Blue) = 192+254+109=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FE6D is #3F0192. Grayscale: #DBDBDB. Windows color (decimal): -4129171 or 7208640. OLE color: 7208640.
HSL color Cylindrical-coordinate representation of color #C0FE6D: hue angle of 85.66º 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 #C0FE6D is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 109 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.00 |
| HSL | 85.66º | 0.99% | 0.71% | - |
| HSV(B) | 85.66º | 0.57% | 1% | - |
| XYZ | 59.94 | 83.19 | 27.37 | - |
| YUV | 218.93 | 65.96 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 109 | 0.24 | 0 | 0.57 | 0.00 | 85.66 | 0.99 | 0.71 |
| Hex | C0 | FE | 6D | 18 | 0 | 39 | 0 | 56 | 63 | 47 |
| Octal | 300 | 376 | 155 | 30 | 0 | 71 | 0 | 126 | 143 | 107 |
| Binary | 11000000 | 11111110 | 1101101 | 11000 | 0 | 111001 | 0 | 1010110 | 1100011 | 1000111 |
Color Harmonies of #C0FE6D
Complementary color
Monochromatic Colors of #C0FE6D
Black with #C0FE6D
Text Example
Text Example
White with #C0FE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE6D; }
p { color: rgb(192,254,109); }
H1.HeaderClassName
{
color: #C0FE6D;
}
.AnyTagClassName
{
color: #C0FE6D;
}
</style>
background-color css
<style>
a { background-color: #C0FE6D; }
a { background-color: rgb(192,254,109); }
div.DivClassName
{
background-color: #C0FE6D;
}
.BgClassName
{
background-color: #C0FE6D;
}
</style>
border-color css
<style>
span { border-color: #C0FE6D; }
span { border-color: rgb(192,254,109); }
td.TdClassName
{
border-color: #C0FE6D;
}
.TagClassName
{
border-color: #C0FE6D;
}
</style>