Shades of Conifer #C0FF58
Tints of Conifer #C0FF58
RGB
CMYK
RGB Variations
Color information
#C0FF58 (or 0xC0FF58) is known color: Conifer. HEX triplet: C0, FF and 58. RGB value is (192,255,88). Sum of RGB (Red+Green+Blue) = 192+255+88=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF58 is #3F00A7. Grayscale: #D9D9D9. Windows color (decimal): -4128936 or 5832640. OLE color: 5832640.
HSL color Cylindrical-coordinate representation of color #C0FF58: hue angle of 82.63º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0FF58 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 88 | - |
| CMYK | 0.25 | 0 | 0.65 | 0 |
| HSL | 82.63º | 1% | 0.67% | - |
| HSV(B) | 82.63º | 0.65% | 1% | - |
| XYZ | 59.26 | 83.43 | 22.21 | - |
| YUV | 217.13 | 55.13 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 88 | 0.25 | 0 | 0.65 | 0 | 82.63 | 1 | 0.67 |
| Hex | C0 | FF | 58 | 19 | 0 | 41 | 0 | 53 | 64 | 43 |
| Octal | 300 | 377 | 130 | 31 | 0 | 101 | 0 | 123 | 144 | 103 |
| Binary | 11000000 | 11111111 | 1011000 | 11001 | 0 | 1000001 | 0 | 1010011 | 1100100 | 1000011 |
Color Harmonies of #C0FF58
Complementary color
Monochromatic Colors of #C0FF58
Black with #C0FF58
Text Example
Text Example
White with #C0FF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF58; }
p { color: rgb(192,255,88); }
H1.HeaderClassName
{
color: #C0FF58;
}
.AnyTagClassName
{
color: #C0FF58;
}
</style>
background-color css
<style>
a { background-color: #C0FF58; }
a { background-color: rgb(192,255,88); }
div.DivClassName
{
background-color: #C0FF58;
}
.BgClassName
{
background-color: #C0FF58;
}
</style>
border-color css
<style>
span { border-color: #C0FF58; }
span { border-color: rgb(192,255,88); }
td.TdClassName
{
border-color: #C0FF58;
}
.TagClassName
{
border-color: #C0FF58;
}
</style>