Shades of Conifer #C0FF55
Tints of Conifer #C0FF55
RGB
CMYK
RGB Variations
Color information
#C0FF55 (or 0xC0FF55) is known color: Conifer. HEX triplet: C0, FF and 55. RGB value is (192,255,85). Sum of RGB (Red+Green+Blue) = 192+255+85=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 85 (33.59% from 255 or 15.98% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF55 is #3F00AA. Grayscale: #D9D9D9. Windows color (decimal): -4128939 or 5636032. OLE color: 5636032.
HSL color Cylindrical-coordinate representation of color #C0FF55: hue angle of 82.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0FF55 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 85 | - |
| CMYK | 0.25 | 0 | 0.67 | 0 |
| HSL | 82.24º | 1% | 0.67% | - |
| HSV(B) | 82.24º | 0.67% | 1% | - |
| XYZ | 59.14 | 83.38 | 21.57 | - |
| YUV | 216.78 | 53.63 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 85 | 0.25 | 0 | 0.67 | 0 | 82.24 | 1 | 0.67 |
| Hex | C0 | FF | 55 | 19 | 0 | 43 | 0 | 52 | 64 | 43 |
| Octal | 300 | 377 | 125 | 31 | 0 | 103 | 0 | 122 | 144 | 103 |
| Binary | 11000000 | 11111111 | 1010101 | 11001 | 0 | 1000011 | 0 | 1010010 | 1100100 | 1000011 |
Color Harmonies of #C0FF55
Complementary color
Monochromatic Colors of #C0FF55
Black with #C0FF55
Text Example
Text Example
White with #C0FF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF55; }
p { color: rgb(192,255,85); }
H1.HeaderClassName
{
color: #C0FF55;
}
.AnyTagClassName
{
color: #C0FF55;
}
</style>
background-color css
<style>
a { background-color: #C0FF55; }
a { background-color: rgb(192,255,85); }
div.DivClassName
{
background-color: #C0FF55;
}
.BgClassName
{
background-color: #C0FF55;
}
</style>
border-color css
<style>
span { border-color: #C0FF55; }
span { border-color: rgb(192,255,85); }
td.TdClassName
{
border-color: #C0FF55;
}
.TagClassName
{
border-color: #C0FF55;
}
</style>